Html Css Color HEX #A2237F Dark Purple

📋 copy color: '#A2237F'

red 162 ◦ green 35 ◦ blue 127

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

Shades of Dark Purple #A2237F

Tints of Dark Purple #A2237F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.8%

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

R = 50%
G = 10.8%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A2237F (or 0xA2237F) is known color: Dark Purple. HEX triplet: A2, 23 and 7F. RGB value is (162,35,127). Sum of RGB (Red+Green+Blue) = 162+35+127=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A2237F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2237F is #5DDC80. Grayscale: #535353. Windows color (decimal): -6151297 or 8332194. OLE color: 8332194.

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

Color convert

RGB 162 35 127 -
CMYK 0 0.78 0.22 0.36
HSL 316.54º 0.64% 0.39% -
HSV(B) 316.54º 0.78% 0.64% -
XYZ 19.33 10.42 21.07 -
YUV 83.46 152.58 184.02 -
System Red Green Blue C M Y K H S L
Decimal 162 35 127 0 0.78 0.22 0.36 316.54 0.64 0.39
Hex A2 23 7F 0 4E 16 24 13D 40 27
Octal 242 43 177 0 116 26 44 475 100 47
Binary 10100010 100011 1111111 0 1001110 10110 100100 100111101 1000000 100111

Color Harmonies of #A2237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2237F

Black with #A2237F

Text Example


Text Example

White with #A2237F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2237F; }

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

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

background-color css

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

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

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

border-color css

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

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

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