#A22369

Color #A22369 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #A22369

Tints of Jazzberry Jam #A22369

Color information

#A22369 (or 0xA22369) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 23 and 69. RGB value is (162,35,105). Sum of RGB (Red+Green+Blue) = 162+35+105=302 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.64% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 162 - color contains mainly: red. Hex color #A22369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22369 is #5DDC96. Grayscale: #505050. Windows color (decimal): -6151319 or 6890402. OLE color: 6890402.

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

Color convert

RGB16235105-
CMYK00.780.350.36
HSL326.93º64.47%38.63%-
HSV(B)326.93º78.4%63.53%-
XYZ18.059.914.32-
YUV80.95141.58185.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.64%
GREEN value IS 35 (14.06% from 255) = 11.59%
BLUE value IS 105 (41.41% from 255) = 34.77%
R=53.64%
G=11.59%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623510500.780.350.36326.9364.4738.63
HexA2236904E23241474027
Octal242431510116434450710047
Binary101000101000111101001010011101000111001001010001111000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22369; }

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

 H1.HeaderClassName
 {
   color: #A22369;
 }
 .AnyTagClassName
 {
   color: #A22369;
 }
</style>
background-color css

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

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

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

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

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

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