Html Css Color HEX #A22583 Dark Purple

📋 copy color: '#A22583'

red 162 ◦ green 37 ◦ blue 131

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

Shades of Dark Purple #A22583

Tints of Dark Purple #A22583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 39.7%

R = 49.09%
G = 11.21%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A22583 (or 0xA22583) is known color: Dark Purple. HEX triplet: A2, 25 and 83. RGB value is (162,37,131). Sum of RGB (Red+Green+Blue) = 162+37+131=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 131 (51.56% from 255 or 39.70% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A22583 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22583 is #5DDA7C. Grayscale: #545454. Windows color (decimal): -6150781 or 8594850. OLE color: 8594850.

HSL color Cylindrical-coordinate representation of color #A22583: hue angle of 314.88º 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 #A22583 is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 37 131 -
CMYK 0 0.77 0.19 0.36
HSL 314.88º 0.63% 0.39% -
HSV(B) 314.88º 0.77% 0.64% -
XYZ 19.66 10.64 22.49 -
YUV 85.09 153.91 182.86 -
System Red Green Blue C M Y K H S L
Decimal 162 37 131 0 0.77 0.19 0.36 314.88 0.63 0.39
Hex A2 25 83 0 4D 13 24 13B 3F 27
Octal 242 45 203 0 115 23 44 473 77 47
Binary 10100010 100101 10000011 0 1001101 10011 100100 100111011 111111 100111

Color Harmonies of #A22583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22583

Black with #A22583

Text Example


Text Example

White with #A22583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22583; }

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

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

background-color css

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

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

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

border-color css

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

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

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