Html Css Color HEX #A0218E Dark Purple

📋 copy color: '#A0218E'

red 160 ◦ green 33 ◦ blue 142

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

Shades of Dark Purple #A0218E

Tints of Dark Purple #A0218E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.85%

 BLUE value IS 142 (55.86% from 255) = 42.39%

R = 47.76%
G = 9.85%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A0218E (or 0xA0218E) is known color: Dark Purple. HEX triplet: A0, 21 and 8E. RGB value is (160,33,142). Sum of RGB (Red+Green+Blue) = 160+33+142=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A0218E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0218E is #5FDE71. Grayscale: #535353. Windows color (decimal): -6282866 or 9314720. OLE color: 9314720.

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

Color convert

RGB 160 33 142 -
CMYK 0 0.79 0.11 0.37
HSL 308.5º 0.66% 0.38% -
HSV(B) 308.5º 0.79% 0.63% -
XYZ 19.92 10.51 26.57 -
YUV 83.4 161.08 182.64 -
System Red Green Blue C M Y K H S L
Decimal 160 33 142 0 0.79 0.11 0.37 308.5 0.66 0.38
Hex A0 21 8E 0 4F B 25 135 42 26
Octal 240 41 216 0 117 13 45 465 102 46
Binary 10100000 100001 10001110 0 1001111 1011 100101 100110101 1000010 100110

Color Harmonies of #A0218E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0218E

Black with #A0218E

Text Example


Text Example

White with #A0218E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0218E; }

 p { color: rgb(160,33,142); }

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

background-color css

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

 a { background-color: rgb(160,33,142); }

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

border-color css

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

 span { border-color: rgb(160,33,142); }

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