Html Css Color HEX #A02BAA Dark Orchid

📋 copy color: '#A02BAA'

red 160 ◦ green 43 ◦ blue 170

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

Shades of Dark Orchid #A02BAA

Tints of Dark Orchid #A02BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.58%

R = 42.9%
G = 11.53%
B = 45.58%

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

#A02BAA (or 0xA02BAA) is known color: Dark Orchid. HEX triplet: A0, 2B and AA. RGB value is (160,43,170). Sum of RGB (Red+Green+Blue) = 160+43+170=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 43 (17.19% from 255 or 11.53% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #A02BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02BAA is #5FD455. Grayscale: #5C5C5C. Windows color (decimal): -6280278 or 11152288. OLE color: 11152288.

HSL color Cylindrical-coordinate representation of color #A02BAA: hue angle of 295.28º 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 #A02BAA is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 43 170 -
CMYK 0.06 0.75 0 0.33
HSL 295.28º 0.6% 0.42% -
HSV(B) 295.28º 0.75% 0.67% -
XYZ 22.62 12.1 39.17 -
YUV 92.46 171.76 176.17 -
System Red Green Blue C M Y K H S L
Decimal 160 43 170 0.06 0.75 0 0.33 295.28 0.6 0.42
Hex A0 2B AA 6 4B 0 21 127 3C 2A
Octal 240 53 252 6 113 0 41 447 74 52
Binary 10100000 101011 10101010 110 1001011 0 100001 100100111 111100 101010

Color Harmonies of #A02BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02BAA

Black with #A02BAA

Text Example


Text Example

White with #A02BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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