Html Css Color HEX #A0228C Dark Purple

📋 copy color: '#A0228C'

red 160 ◦ green 34 ◦ blue 140

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

Shades of Dark Purple #A0228C

Tints of Dark Purple #A0228C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.18%

 BLUE value IS 140 (55.08% from 255) = 41.92%

R = 47.9%
G = 10.18%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A0228C (or 0xA0228C) is known color: Dark Purple. HEX triplet: A0, 22 and 8C. RGB value is (160,34,140). Sum of RGB (Red+Green+Blue) = 160+34+140=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A0228C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0228C is #5FDD73. Grayscale: #535353. Windows color (decimal): -6282612 or 9183904. OLE color: 9183904.

HSL color Cylindrical-coordinate representation of color #A0228C: hue angle of 309.52º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A0228C is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 34 140 -
CMYK 0 0.79 0.12 0.37
HSL 309.52º 0.65% 0.38% -
HSV(B) 309.52º 0.79% 0.63% -
XYZ 19.8 10.51 25.8 -
YUV 83.76 159.74 182.38 -
System Red Green Blue C M Y K H S L
Decimal 160 34 140 0 0.79 0.12 0.37 309.52 0.65 0.38
Hex A0 22 8C 0 4F C 25 136 41 26
Octal 240 42 214 0 117 14 45 466 101 46
Binary 10100000 100010 10001100 0 1001111 1100 100101 100110110 1000001 100110

Color Harmonies of #A0228C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0228C

Black with #A0228C

Text Example


Text Example

White with #A0228C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0228C; }

 p { color: rgb(160,34,140); }

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

background-color css

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

 a { background-color: rgb(160,34,140); }

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

border-color css

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

 span { border-color: rgb(160,34,140); }

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