Html Css Color HEX #A22695 Dark Purple

📋 copy color: '#A22695'

red 162 ◦ green 38 ◦ blue 149

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

Shades of Dark Purple #A22695

Tints of Dark Purple #A22695

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.89%

 BLUE value IS 149 (58.59% from 255) = 42.69%

R = 46.42%
G = 10.89%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A22695 (or 0xA22695) is known color: Dark Purple. HEX triplet: A2, 26 and 95. RGB value is (162,38,149). Sum of RGB (Red+Green+Blue) = 162+38+149=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 38 (15.23% from 255 or 10.89% from 349); Blue value is 149 (58.59% from 255 or 42.69% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A22695 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22695 is #5DD96A. Grayscale: #575757. Windows color (decimal): -6150507 or 9774754. OLE color: 9774754.

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

Color convert

RGB 162 38 149 -
CMYK 0 0.77 0.08 0.36
HSL 306.29º 0.62% 0.39% -
HSV(B) 306.29º 0.77% 0.64% -
XYZ 21.02 11.24 29.5 -
YUV 87.73 162.58 180.97 -
System Red Green Blue C M Y K H S L
Decimal 162 38 149 0 0.77 0.08 0.36 306.29 0.62 0.39
Hex A2 26 95 0 4D 8 24 132 3E 27
Octal 242 46 225 0 115 10 44 462 76 47
Binary 10100010 100110 10010101 0 1001101 1000 100100 100110010 111110 100111

Color Harmonies of #A22695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22695

Black with #A22695

Text Example


Text Example

White with #A22695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22695; }

 p { color: rgb(162,38,149); }

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

background-color css

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

 a { background-color: rgb(162,38,149); }

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

border-color css

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

 span { border-color: rgb(162,38,149); }

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