Html Css Color HEX #A2117F Dark Purple

📋 copy color: '#A2117F'

red 162 ◦ green 17 ◦ blue 127

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

Shades of Dark Purple #A2117F

Tints of Dark Purple #A2117F

RGB

 RED value IS 162 (63.67% from 255) = 52.94%

 GREEN value IS 17 (7.03% from 255) = 5.56%

 BLUE value IS 127 (50% from 255) = 41.5%

R = 52.94%
G = 5.56%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A2117F (or 0xA2117F) is known color: Dark Purple. HEX triplet: A2, 11 and 7F. RGB value is (162,17,127). Sum of RGB (Red+Green+Blue) = 162+17+127=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A2117F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2117F is #5DEE80. Grayscale: #484848. Windows color (decimal): -6155905 or 8327586. OLE color: 8327586.

HSL color Cylindrical-coordinate representation of color #A2117F: hue angle of 314.48º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2117F is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 17 127 -
CMYK 0 0.90 0.22 0.36
HSL 314.48º 0.81% 0.35% -
HSV(B) 314.48º 0.9% 0.64% -
XYZ 18.93 9.61 20.94 -
YUV 72.9 158.54 191.56 -
System Red Green Blue C M Y K H S L
Decimal 162 17 127 0 0.90 0.22 0.36 314.48 0.81 0.35
Hex A2 11 7F 0 5A 16 24 13A 51 23
Octal 242 21 177 0 132 26 44 472 121 43
Binary 10100010 10001 1111111 0 1011010 10110 100100 100111010 1010001 100011

Color Harmonies of #A2117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2117F

Black with #A2117F

Text Example


Text Example

White with #A2117F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2117F; }

 p { color: rgb(162,17,127); }

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

background-color css

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

 a { background-color: rgb(162,17,127); }

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

border-color css

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

 span { border-color: rgb(162,17,127); }

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