Html Css Color HEX #A0228B Dark Purple

📋 copy color: '#A0228B'

red 160 ◦ green 34 ◦ blue 139

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

Shades of Dark Purple #A0228B

Tints of Dark Purple #A0228B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.74%

R = 48.05%
G = 10.21%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A0228B (or 0xA0228B) is known color: Dark Purple. HEX triplet: A0, 22 and 8B. RGB value is (160,34,139). Sum of RGB (Red+Green+Blue) = 160+34+139=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 34 (13.67% from 255 or 10.21% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A0228B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0228B is #5FDD74. Grayscale: #535353. Windows color (decimal): -6282613 or 9118368. OLE color: 9118368.

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

Color convert

RGB 160 34 139 -
CMYK 0 0.79 0.13 0.37
HSL 310º 0.65% 0.38% -
HSV(B) 310º 0.79% 0.63% -
XYZ 19.73 10.48 25.41 -
YUV 83.64 159.24 182.46 -
System Red Green Blue C M Y K H S L
Decimal 160 34 139 0 0.79 0.13 0.37 310 0.65 0.38
Hex A0 22 8B 0 4F D 25 136 41 26
Octal 240 42 213 0 117 15 45 466 101 46
Binary 10100000 100010 10001011 0 1001111 1101 100101 100110110 1000001 100110

Color Harmonies of #A0228B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0228B

Black with #A0228B

Text Example


Text Example

White with #A0228B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0228B; }

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

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

background-color css

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

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

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

border-color css

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

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

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