Html Css Color HEX #A22698 Dark Purple

📋 copy color: '#A22698'

red 162 ◦ green 38 ◦ blue 152

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

Shades of Dark Purple #A22698

Tints of Dark Purple #A22698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 43.18%

R = 46.02%
G = 10.8%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A22698 (or 0xA22698) is known color: Dark Purple. HEX triplet: A2, 26 and 98. RGB value is (162,38,152). Sum of RGB (Red+Green+Blue) = 162+38+152=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 162 - color contains mainly: red. Hex color #A22698 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22698 is #5DD967. Grayscale: #575757. Windows color (decimal): -6150504 or 9971362. OLE color: 9971362.

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

Color convert

RGB 162 38 152 -
CMYK 0 0.77 0.06 0.36
HSL 304.84º 0.62% 0.39% -
HSV(B) 304.84º 0.77% 0.64% -
XYZ 21.26 11.33 30.77 -
YUV 88.07 164.08 180.73 -
System Red Green Blue C M Y K H S L
Decimal 162 38 152 0 0.77 0.06 0.36 304.84 0.62 0.39
Hex A2 26 98 0 4D 6 24 131 3E 27
Octal 242 46 230 0 115 6 44 461 76 47
Binary 10100010 100110 10011000 0 1001101 110 100100 100110001 111110 100111

Color Harmonies of #A22698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22698

Black with #A22698

Text Example


Text Example

White with #A22698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22698; }

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

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

background-color css

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

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

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

border-color css

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

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

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