Html Css Color HEX #A02B96 Dark Purple

📋 copy color: '#A02B96'

red 160 ◦ green 43 ◦ blue 150

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

Shades of Dark Purple #A02B96

Tints of Dark Purple #A02B96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.49%

R = 45.33%
G = 12.18%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A02B96 (or 0xA02B96) is known color: Dark Purple. HEX triplet: A0, 2B and 96. RGB value is (160,43,150). Sum of RGB (Red+Green+Blue) = 160+43+150=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 43 (17.19% from 255 or 12.18% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02B96 is #5FD469. Grayscale: #595959. Windows color (decimal): -6280298 or 9841568. OLE color: 9841568.

HSL color Cylindrical-coordinate representation of color #A02B96: hue angle of 305.13º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A02B96 is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 43 150 -
CMYK 0 0.73 0.06 0.37
HSL 305.13º 0.58% 0.4% -
HSV(B) 305.13º 0.73% 0.63% -
XYZ 20.87 11.4 29.96 -
YUV 90.18 161.76 177.8 -
System Red Green Blue C M Y K H S L
Decimal 160 43 150 0 0.73 0.06 0.37 305.13 0.58 0.4
Hex A0 2B 96 0 49 6 25 131 3A 28
Octal 240 53 226 0 111 6 45 461 72 50
Binary 10100000 101011 10010110 0 1001001 110 100101 100110001 111010 101000

Color Harmonies of #A02B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02B96

Black with #A02B96

Text Example


Text Example

White with #A02B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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