Html Css Color HEX #A0218A Dark Purple

📋 copy color: '#A0218A'

red 160 ◦ green 33 ◦ blue 138

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

Shades of Dark Purple #A0218A

Tints of Dark Purple #A0218A

RGB

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

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

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

R = 48.34%
G = 9.97%
B = 41.69%

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

#A0218A (or 0xA0218A) is known color: Dark Purple. HEX triplet: A0, 21 and 8A. RGB value is (160,33,138). Sum of RGB (Red+Green+Blue) = 160+33+138=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A0218A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0218A is #5FDE75. Grayscale: #525252. Windows color (decimal): -6282870 or 9052576. OLE color: 9052576.

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

Color convert

RGB 160 33 138 -
CMYK 0 0.79 0.14 0.37
HSL 310.39º 0.66% 0.38% -
HSV(B) 310.39º 0.79% 0.63% -
XYZ 19.63 10.4 25.02 -
YUV 82.94 159.08 182.96 -
System Red Green Blue C M Y K H S L
Decimal 160 33 138 0 0.79 0.14 0.37 310.39 0.66 0.38
Hex A0 21 8A 0 4F E 25 136 42 26
Octal 240 41 212 0 117 16 45 466 102 46
Binary 10100000 100001 10001010 0 1001111 1110 100101 100110110 1000010 100110

Color Harmonies of #A0218A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0218A

Black with #A0218A

Text Example


Text Example

White with #A0218A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0218A; }

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

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

background-color css

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

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

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

border-color css

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

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

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