Html Css Color HEX #A042CF Dark Orchid

📋 copy color: '#A042CF'

red 160 ◦ green 66 ◦ blue 207

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

Shades of Dark Orchid #A042CF

Tints of Dark Orchid #A042CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.81%

R = 36.95%
G = 15.24%
B = 47.81%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A042CF (or 0xA042CF) is known color: Dark Orchid. HEX triplet: A0, 42 and CF. RGB value is (160,66,207). Sum of RGB (Red+Green+Blue) = 160+66+207=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #A042CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A042CF is #5FBD30. Grayscale: #6D6D6D. Windows color (decimal): -6274353 or 13583008. OLE color: 13583008.

HSL color Cylindrical-coordinate representation of color #A042CF: hue angle of 280º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A042CF is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 66 207 -
CMYK 0.23 0.68 0 0.19
HSL 280º 0.59% 0.54% -
HSV(B) 280º 0.68% 0.81% -
XYZ 27.71 15.88 60.64 -
YUV 110.18 182.64 163.54 -
System Red Green Blue C M Y K H S L
Decimal 160 66 207 0.23 0.68 0 0.19 280 0.59 0.54
Hex A0 42 CF 17 44 0 13 118 3B 36
Octal 240 102 317 27 104 0 23 430 73 66
Binary 10100000 1000010 11001111 10111 1000100 0 10011 100011000 111011 110110

Color Harmonies of #A042CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A042CF

Black with #A042CF

Text Example


Text Example

White with #A042CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A042CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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