Html Css Color HEX #A02ACB Dark Orchid

📋 copy color: '#A02ACB'

red 160 ◦ green 42 ◦ blue 203

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

Shades of Dark Orchid #A02ACB

Tints of Dark Orchid #A02ACB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.37%

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

R = 39.51%
G = 10.37%
B = 50.12%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A02ACB (or 0xA02ACB) is known color: Dark Orchid. HEX triplet: A0, 2A and CB. RGB value is (160,42,203). Sum of RGB (Red+Green+Blue) = 160+42+203=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 42 (16.80% from 255 or 10.37% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #A02ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02ACB is #5FD534. Grayscale: #5F5F5F. Windows color (decimal): -6280501 or 13314720. OLE color: 13314720.

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

Color convert

RGB 160 42 203 -
CMYK 0.21 0.79 0 0.20
HSL 283.98º 0.66% 0.48% -
HSV(B) 283.98º 0.79% 0.8% -
XYZ 26.1 13.44 57.72 -
YUV 95.64 188.59 173.91 -
System Red Green Blue C M Y K H S L
Decimal 160 42 203 0.21 0.79 0 0.20 283.98 0.66 0.48
Hex A0 2A CB 15 4F 0 14 11C 42 30
Octal 240 52 313 25 117 0 24 434 102 60
Binary 10100000 101010 11001011 10101 1001111 0 10100 100011100 1000010 110000

Color Harmonies of #A02ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02ACB

Black with #A02ACB

Text Example


Text Example

White with #A02ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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