Html Css Color HEX #A02892 Dark Purple

📋 copy color: '#A02892'

red 160 ◦ green 40 ◦ blue 146

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

Shades of Dark Purple #A02892

Tints of Dark Purple #A02892

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.56%

 BLUE value IS 146 (57.42% from 255) = 42.2%

R = 46.24%
G = 11.56%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A02892 (or 0xA02892) is known color: Dark Purple. HEX triplet: A0, 28 and 92. RGB value is (160,40,146). Sum of RGB (Red+Green+Blue) = 160+40+146=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A02892 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02892 is #5FD76D. Grayscale: #575757. Windows color (decimal): -6281070 or 9578656. OLE color: 9578656.

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

Color convert

RGB 160 40 146 -
CMYK 0 0.75 0.09 0.37
HSL 307º 0.6% 0.39% -
HSV(B) 307º 0.75% 0.63% -
XYZ 20.44 11.07 28.25 -
YUV 87.96 160.76 179.38 -
System Red Green Blue C M Y K H S L
Decimal 160 40 146 0 0.75 0.09 0.37 307 0.6 0.39
Hex A0 28 92 0 4B 9 25 133 3C 27
Octal 240 50 222 0 113 11 45 463 74 47
Binary 10100000 101000 10010010 0 1001011 1001 100101 100110011 111100 100111

Color Harmonies of #A02892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02892

Black with #A02892

Text Example


Text Example

White with #A02892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02892; }

 p { color: rgb(160,40,146); }

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

background-color css

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

 a { background-color: rgb(160,40,146); }

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

border-color css

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

 span { border-color: rgb(160,40,146); }

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