Html Css Color HEX #A642DF Dark Orchid

📋 copy color: '#A642DF'

red 166 ◦ green 66 ◦ blue 223

#A642DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A642DF

Tints of Dark Orchid #A642DF

RGB

 RED value IS 166 (65.23% from 255) = 36.48%

 GREEN value IS 66 (26.17% from 255) = 14.51%

 BLUE value IS 223 (87.5% from 255) = 49.01%

R = 36.48%
G = 14.51%
B = 49.01%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A642DF (or 0xA642DF) is known color: Dark Orchid. HEX triplet: A6, 42 and DF. RGB value is (166,66,223). Sum of RGB (Red+Green+Blue) = 166+66+223=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 66 (26.17% from 255 or 14.51% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #A642DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A642DF is #59BD20. Grayscale: #717171. Windows color (decimal): -5881121 or 14631590. OLE color: 14631590.

HSL color Cylindrical-coordinate representation of color #A642DF: hue angle of 278.22º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A642DF is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 66 223 -
CMYK 0.26 0.70 0 0.13
HSL 278.22º 0.71% 0.57% -
HSV(B) 278.22º 0.7% 0.87% -
XYZ 30.99 17.33 71.52 -
YUV 113.8 189.63 165.23 -
System Red Green Blue C M Y K H S L
Decimal 166 66 223 0.26 0.70 0 0.13 278.22 0.71 0.57
Hex A6 42 DF 1A 46 0 D 116 47 39
Octal 246 102 337 32 106 0 15 426 107 71
Binary 10100110 1000010 11011111 11010 1000110 0 1101 100010110 1000111 111001

Color Harmonies of #A642DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A642DF

Black with #A642DF

Text Example


Text Example

White with #A642DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A642DF; }

 p { color: rgb(166,66,223); }

 H1.HeaderClassName
 {
   color: #A642DF;
 }
 .AnyTagClassName
 {
   color: #A642DF;
 }
</style>

background-color css

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

 a { background-color: rgb(166,66,223); }

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

border-color css

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

 span { border-color: rgb(166,66,223); }

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