#A338D6

Color #A338D6 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A338D6

Tints of Dark Orchid #A338D6

Color information

#A338D6 (or 0xA338D6) is unknown color: approx Dark Orchid. HEX triplet: A3, 38 and D6. RGB value is (163,56,214). Sum of RGB (Red+Green+Blue) = 163+56+214=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 56 (22.27% from 255 or 12.93% from 433); Blue value is 214 (83.98% from 255 or 49.42% from 433); Max value from RGB is 214 - color contains mainly: blue. Hex color #A338D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A338D6 is #5CC729. Grayscale: #696969. Windows color (decimal): -6080298 or 14039203. OLE color: 14039203.

HSL color Cylindrical-coordinate representation of color #A338D6: hue angle of 280.63º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A338D6 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16356214-
CMYK0.240.7400.16
HSL280.63º65.83%52.94%-
HSV(B)280.63º73.83%83.92%-
XYZ28.6615.4765.09-
YUV106188.95168.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 37.64%
GREEN value IS 56 (22.27% from 255) = 12.93%
BLUE value IS 214 (83.98% from 255) = 49.42%
R=37.64%
G=12.93%
B=49.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal163562140.240.7400.16280.6365.8352.94
HexA338D6184A0101194235
Octal243703263011202043110265
Binary10100011111000110101101100010010100100001000110011000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A338D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A338D6; }

 p { color: rgb(163,56,214); }

 H1.HeaderClassName
 {
   color: #A338D6;
 }
 .AnyTagClassName
 {
   color: #A338D6;
 }
</style>
background-color css

<style>
 a { background-color: #A338D6; }

 a { background-color: rgb(163,56,214); }

 div.DivClassName
 {
   background-color: #A338D6;
 }
 .BgClassName
 {
   background-color: #A338D6;
 }
</style>
border-color css

<style>
 span { border-color: #A338D6; }

 span { border-color: rgb(163,56,214); }

 td.TdClassName
 {
   border-color: #A338D6;
 }
 .TagClassName
 {
   border-color: #A338D6;
 }
</style>