Html Css Color HEX #A02C90 Dark Purple

📋 copy color: '#A02C90'

red 160 ◦ green 44 ◦ blue 144

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

Shades of Dark Purple #A02C90

Tints of Dark Purple #A02C90

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.64%

 BLUE value IS 144 (56.64% from 255) = 41.38%

R = 45.98%
G = 12.64%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A02C90 (or 0xA02C90) is known color: Dark Purple. HEX triplet: A0, 2C and 90. RGB value is (160,44,144). Sum of RGB (Red+Green+Blue) = 160+44+144=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 44 (17.58% from 255 or 12.64% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02C90 is #5FD36F. Grayscale: #595959. Windows color (decimal): -6280048 or 9448608. OLE color: 9448608.

HSL color Cylindrical-coordinate representation of color #A02C90: hue angle of 308.28º degrees, saturation: 0.57, 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 #A02C90 is Cyan = 0, Magento = 0.72, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 44 144 -
CMYK 0 0.72 0.1 0.37
HSL 308.28º 0.57% 0.4% -
HSV(B) 308.28º 0.73% 0.63% -
XYZ 20.43 11.29 27.49 -
YUV 90.08 158.43 177.87 -
System Red Green Blue C M Y K H S L
Decimal 160 44 144 0 0.72 0.1 0.37 308.28 0.57 0.4
Hex A0 2C 90 0 48 A 25 134 39 28
Octal 240 54 220 0 110 12 45 464 71 50
Binary 10100000 101100 10010000 0 1001000 1010 100101 100110100 111001 101000

Color Harmonies of #A02C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02C90

Black with #A02C90

Text Example


Text Example

White with #A02C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02C90; }

 p { color: rgb(160,44,144); }

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

background-color css

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

 a { background-color: rgb(160,44,144); }

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

border-color css

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

 span { border-color: rgb(160,44,144); }

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