Html Css Color HEX #A02BAB Dark Orchid

📋 copy color: '#A02BAB'

red 160 ◦ green 43 ◦ blue 171

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

Shades of Dark Orchid #A02BAB

Tints of Dark Orchid #A02BAB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.5%

 BLUE value IS 171 (67.19% from 255) = 45.72%

R = 42.78%
G = 11.5%
B = 45.72%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A02BAB (or 0xA02BAB) is known color: Dark Orchid. HEX triplet: A0, 2B and AB. RGB value is (160,43,171). Sum of RGB (Red+Green+Blue) = 160+43+171=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 43 (17.19% from 255 or 11.50% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #A02BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02BAB is #5FD454. Grayscale: #5C5C5C. Windows color (decimal): -6280277 or 11217824. OLE color: 11217824.

HSL color Cylindrical-coordinate representation of color #A02BAB: hue angle of 294.84º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A02BAB is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 43 171 -
CMYK 0.06 0.75 0 0.33
HSL 294.84º 0.6% 0.42% -
HSV(B) 294.84º 0.75% 0.67% -
XYZ 22.71 12.14 39.67 -
YUV 92.58 172.26 176.09 -
System Red Green Blue C M Y K H S L
Decimal 160 43 171 0.06 0.75 0 0.33 294.84 0.6 0.42
Hex A0 2B AB 6 4B 0 21 127 3C 2A
Octal 240 53 253 6 113 0 41 447 74 52
Binary 10100000 101011 10101011 110 1001011 0 100001 100100111 111100 101010

Color Harmonies of #A02BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02BAB

Black with #A02BAB

Text Example


Text Example

White with #A02BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02BAB; }

 p { color: rgb(160,43,171); }

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

background-color css

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

 a { background-color: rgb(160,43,171); }

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

border-color css

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

 span { border-color: rgb(160,43,171); }

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