Html Css Color HEX #A02CCB Dark Orchid

📋 copy color: '#A02CCB'

red 160 ◦ green 44 ◦ blue 203

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

Shades of Dark Orchid #A02CCB

Tints of Dark Orchid #A02CCB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.81%

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

R = 39.31%
G = 10.81%
B = 49.88%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A02CCB (or 0xA02CCB) is known color: Dark Orchid. HEX triplet: A0, 2C and CB. RGB value is (160,44,203). Sum of RGB (Red+Green+Blue) = 160+44+203=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 44 (17.58% from 255 or 10.81% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #A02CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02CCB is #5FD334. Grayscale: #606060. Windows color (decimal): -6279989 or 13315232. OLE color: 13315232.

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

Color convert

RGB 160 44 203 -
CMYK 0.21 0.78 0 0.20
HSL 283.77º 0.64% 0.48% -
HSV(B) 283.77º 0.78% 0.8% -
XYZ 26.18 13.59 57.74 -
YUV 96.81 187.93 173.07 -
System Red Green Blue C M Y K H S L
Decimal 160 44 203 0.21 0.78 0 0.20 283.77 0.64 0.48
Hex A0 2C CB 15 4E 0 14 11C 40 30
Octal 240 54 313 25 116 0 24 434 100 60
Binary 10100000 101100 11001011 10101 1001110 0 10100 100011100 1000000 110000

Color Harmonies of #A02CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02CCB

Black with #A02CCB

Text Example


Text Example

White with #A02CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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