Html Css Color HEX #A02ABB Dark Orchid

📋 copy color: '#A02ABB'

red 160 ◦ green 42 ◦ blue 187

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

Shades of Dark Orchid #A02ABB

Tints of Dark Orchid #A02ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.07%

R = 41.13%
G = 10.8%
B = 48.07%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A02ABB (or 0xA02ABB) is known color: Dark Orchid. HEX triplet: A0, 2A and BB. RGB value is (160,42,187). Sum of RGB (Red+Green+Blue) = 160+42+187=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 42 (16.80% from 255 or 10.80% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 187 - color contains mainly: blue. Hex color #A02ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02ABB is #5FD544. Grayscale: #5D5D5D. Windows color (decimal): -6280517 or 12266144. OLE color: 12266144.

HSL color Cylindrical-coordinate representation of color #A02ABB: hue angle of 288.83º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A02ABB is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 42 187 -
CMYK 0.14 0.78 0 0.27
HSL 288.83º 0.63% 0.45% -
HSV(B) 288.83º 0.78% 0.73% -
XYZ 24.29 12.72 48.19 -
YUV 93.81 180.59 175.21 -
System Red Green Blue C M Y K H S L
Decimal 160 42 187 0.14 0.78 0 0.27 288.83 0.63 0.45
Hex A0 2A BB E 4E 0 1B 121 3F 2D
Octal 240 52 273 16 116 0 33 441 77 55
Binary 10100000 101010 10111011 1110 1001110 0 11011 100100001 111111 101101

Color Harmonies of #A02ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02ABB

Black with #A02ABB

Text Example


Text Example

White with #A02ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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