Html Css Color HEX #A0218F Dark Purple

📋 copy color: '#A0218F'

red 160 ◦ green 33 ◦ blue 143

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

Shades of Dark Purple #A0218F

Tints of Dark Purple #A0218F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.56%

R = 47.62%
G = 9.82%
B = 42.56%

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

#A0218F (or 0xA0218F) is known color: Dark Purple. HEX triplet: A0, 21 and 8F. RGB value is (160,33,143). Sum of RGB (Red+Green+Blue) = 160+33+143=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A0218F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0218F is #5FDE70. Grayscale: #535353. Windows color (decimal): -6282865 or 9380256. OLE color: 9380256.

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

Color convert

RGB 160 33 143 -
CMYK 0 0.79 0.11 0.37
HSL 308.03º 0.66% 0.38% -
HSV(B) 308.03º 0.79% 0.63% -
XYZ 20 10.54 26.97 -
YUV 83.51 161.58 182.56 -
System Red Green Blue C M Y K H S L
Decimal 160 33 143 0 0.79 0.11 0.37 308.03 0.66 0.38
Hex A0 21 8F 0 4F B 25 134 42 26
Octal 240 41 217 0 117 13 45 464 102 46
Binary 10100000 100001 10001111 0 1001111 1011 100101 100110100 1000010 100110

Color Harmonies of #A0218F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0218F

Black with #A0218F

Text Example


Text Example

White with #A0218F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0218F; }

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

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

background-color css

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

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

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

border-color css

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

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

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