Html Css Color HEX #A0228A Dark Purple

📋 copy color: '#A0228A'

red 160 ◦ green 34 ◦ blue 138

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

Shades of Dark Purple #A0228A

Tints of Dark Purple #A0228A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.57%

R = 48.19%
G = 10.24%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A0228A (or 0xA0228A) is known color: Dark Purple. HEX triplet: A0, 22 and 8A. RGB value is (160,34,138). Sum of RGB (Red+Green+Blue) = 160+34+138=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 34 (13.67% from 255 or 10.24% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A0228A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0228A is #5FDD75. Grayscale: #535353. Windows color (decimal): -6282614 or 9052832. OLE color: 9052832.

HSL color Cylindrical-coordinate representation of color #A0228A: hue angle of 310.48º 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 #A0228A is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 34 138 -
CMYK 0 0.79 0.14 0.37
HSL 310.48º 0.65% 0.38% -
HSV(B) 310.48º 0.79% 0.63% -
XYZ 19.66 10.45 25.03 -
YUV 83.53 158.74 182.54 -
System Red Green Blue C M Y K H S L
Decimal 160 34 138 0 0.79 0.14 0.37 310.48 0.65 0.38
Hex A0 22 8A 0 4F E 25 136 41 26
Octal 240 42 212 0 117 16 45 466 101 46
Binary 10100000 100010 10001010 0 1001111 1110 100101 100110110 1000001 100110

Color Harmonies of #A0228A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0228A

Black with #A0228A

Text Example


Text Example

White with #A0228A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0228A; }

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

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

background-color css

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

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

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

border-color css

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

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

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