Html Css Color HEX #A2257D Dark Purple

📋 copy color: '#A2257D'

red 162 ◦ green 37 ◦ blue 125

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

Shades of Dark Purple #A2257D

Tints of Dark Purple #A2257D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.42%

 BLUE value IS 125 (49.22% from 255) = 38.58%

R = 50%
G = 11.42%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A2257D (or 0xA2257D) is known color: Dark Purple. HEX triplet: A2, 25 and 7D. RGB value is (162,37,125). Sum of RGB (Red+Green+Blue) = 162+37+125=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A2257D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2257D is #5DDA82. Grayscale: #545454. Windows color (decimal): -6150787 or 8201634. OLE color: 8201634.

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

Color convert

RGB 162 37 125 -
CMYK 0 0.77 0.23 0.36
HSL 317.76º 0.63% 0.39% -
HSV(B) 317.76º 0.77% 0.64% -
XYZ 19.26 10.49 20.41 -
YUV 84.41 150.91 183.34 -
System Red Green Blue C M Y K H S L
Decimal 162 37 125 0 0.77 0.23 0.36 317.76 0.63 0.39
Hex A2 25 7D 0 4D 17 24 13E 3F 27
Octal 242 45 175 0 115 27 44 476 77 47
Binary 10100010 100101 1111101 0 1001101 10111 100100 100111110 111111 100111

Color Harmonies of #A2257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2257D

Black with #A2257D

Text Example


Text Example

White with #A2257D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2257D; }

 p { color: rgb(162,37,125); }

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

background-color css

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

 a { background-color: rgb(162,37,125); }

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

border-color css

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

 span { border-color: rgb(162,37,125); }

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