Html Css Color HEX #A02696 Dark Purple

📋 copy color: '#A02696'

red 160 ◦ green 38 ◦ blue 150

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

Shades of Dark Purple #A02696

Tints of Dark Purple #A02696

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.92%

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

R = 45.98%
G = 10.92%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A02696 (or 0xA02696) is known color: Dark Purple. HEX triplet: A0, 26 and 96. RGB value is (160,38,150). Sum of RGB (Red+Green+Blue) = 160+38+150=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A02696 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02696 is #5FD969. Grayscale: #565656. Windows color (decimal): -6281578 or 9840288. OLE color: 9840288.

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

Color convert

RGB 160 38 150 -
CMYK 0 0.76 0.06 0.37
HSL 304.92º 0.62% 0.39% -
HSV(B) 304.92º 0.76% 0.63% -
XYZ 20.7 11.06 29.9 -
YUV 87.25 163.42 179.89 -
System Red Green Blue C M Y K H S L
Decimal 160 38 150 0 0.76 0.06 0.37 304.92 0.62 0.39
Hex A0 26 96 0 4C 6 25 131 3E 27
Octal 240 46 226 0 114 6 45 461 76 47
Binary 10100000 100110 10010110 0 1001100 110 100101 100110001 111110 100111

Color Harmonies of #A02696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02696

Black with #A02696

Text Example


Text Example

White with #A02696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02696; }

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

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

background-color css

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

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

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

border-color css

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

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

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