Html Css Color HEX #A042CB Dark Orchid

📋 copy color: '#A042CB'

red 160 ◦ green 66 ◦ blue 203

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

Shades of Dark Orchid #A042CB

Tints of Dark Orchid #A042CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.32%

R = 37.3%
G = 15.38%
B = 47.32%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A042CB (or 0xA042CB) is known color: Dark Orchid. HEX triplet: A0, 42 and CB. RGB value is (160,66,203). Sum of RGB (Red+Green+Blue) = 160+66+203=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 66 (26.17% from 255 or 15.38% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #A042CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A042CB is #5FBD34. Grayscale: #6D6D6D. Windows color (decimal): -6274357 or 13320864. OLE color: 13320864.

HSL color Cylindrical-coordinate representation of color #A042CB: hue angle of 281.17º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A042CB is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 66 203 -
CMYK 0.21 0.67 0 0.20
HSL 281.17º 0.57% 0.53% -
HSV(B) 281.17º 0.67% 0.8% -
XYZ 27.22 15.68 58.09 -
YUV 109.72 180.64 163.86 -
System Red Green Blue C M Y K H S L
Decimal 160 66 203 0.21 0.67 0 0.20 281.17 0.57 0.53
Hex A0 42 CB 15 43 0 14 119 39 35
Octal 240 102 313 25 103 0 24 431 71 65
Binary 10100000 1000010 11001011 10101 1000011 0 10100 100011001 111001 110101

Color Harmonies of #A042CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A042CB

Black with #A042CB

Text Example


Text Example

White with #A042CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A042CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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