Html Css Color HEX #A22385 Dark Purple

📋 copy color: '#A22385'

red 162 ◦ green 35 ◦ blue 133

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

Shades of Dark Purple #A22385

Tints of Dark Purple #A22385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.3%

R = 49.09%
G = 10.61%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A22385 (or 0xA22385) is known color: Dark Purple. HEX triplet: A2, 23 and 85. RGB value is (162,35,133). Sum of RGB (Red+Green+Blue) = 162+35+133=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 35 (14.06% from 255 or 10.61% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A22385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22385 is #5DDC7A. Grayscale: #535353. Windows color (decimal): -6151291 or 8725410. OLE color: 8725410.

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

Color convert

RGB 162 35 133 -
CMYK 0 0.78 0.18 0.36
HSL 313.7º 0.64% 0.39% -
HSV(B) 313.7º 0.78% 0.64% -
XYZ 19.73 10.58 23.19 -
YUV 84.15 155.58 183.53 -
System Red Green Blue C M Y K H S L
Decimal 162 35 133 0 0.78 0.18 0.36 313.7 0.64 0.39
Hex A2 23 85 0 4E 12 24 13A 40 27
Octal 242 43 205 0 116 22 44 472 100 47
Binary 10100010 100011 10000101 0 1001110 10010 100100 100111010 1000000 100111

Color Harmonies of #A22385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22385

Black with #A22385

Text Example


Text Example

White with #A22385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22385; }

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

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

background-color css

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

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

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

border-color css

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

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

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