Html Css Color HEX #A042DF Dark Orchid

📋 copy color: '#A042DF'

red 160 ◦ green 66 ◦ blue 223

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

Shades of Dark Orchid #A042DF

Tints of Dark Orchid #A042DF

RGB

 RED value IS 160 (62.89% from 255) = 35.63%

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

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

R = 35.63%
G = 14.7%
B = 49.67%

CMYK

 C value IS 0.28

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A042DF (or 0xA042DF) is known color: Dark Orchid. HEX triplet: A0, 42 and DF. RGB value is (160,66,223). Sum of RGB (Red+Green+Blue) = 160+66+223=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 66 (26.17% from 255 or 14.70% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #A042DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A042DF is #5FBD20. Grayscale: #6F6F6F. Windows color (decimal): -6274337 or 14631584. OLE color: 14631584.

HSL color Cylindrical-coordinate representation of color #A042DF: hue angle of 275.92º 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 #A042DF is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 66 223 -
CMYK 0.28 0.70 0 0.13
HSL 275.92º 0.71% 0.57% -
HSV(B) 275.92º 0.7% 0.87% -
XYZ 29.76 16.7 71.47 -
YUV 112 190.64 162.23 -
System Red Green Blue C M Y K H S L
Decimal 160 66 223 0.28 0.70 0 0.13 275.92 0.71 0.57
Hex A0 42 DF 1C 46 0 D 114 47 39
Octal 240 102 337 34 106 0 15 424 107 71
Binary 10100000 1000010 11011111 11100 1000110 0 1101 100010100 1000111 111001

Color Harmonies of #A042DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A042DF

Black with #A042DF

Text Example


Text Example

White with #A042DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A042DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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