#A5216C

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

Shades of Jazzberry Jam #A5216C

Tints of Jazzberry Jam #A5216C

Color information

#A5216C (or 0xA5216C) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 21 and 6C. RGB value is (165,33,108). Sum of RGB (Red+Green+Blue) = 165+33+108=306 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.92% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 165 - color contains mainly: red. Hex color #A5216C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5216C is #5ADE93. Grayscale: #505050. Windows color (decimal): -5955220 or 7086501. OLE color: 7086501.

HSL color Cylindrical-coordinate representation of color #A5216C: hue angle of 325.91º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A5216C is Cyan = 0, Magento = 0.8, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB16533108-
CMYK00.80.350.35
HSL325.91º66.67%38.82%-
HSV(B)325.91º80%64.71%-
XYZ18.7710.1715.16-
YUV81.02143.23187.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.92%
GREEN value IS 33 (13.28% from 255) = 10.78%
BLUE value IS 108 (42.58% from 255) = 35.29%
R=53.92%
G=10.78%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653310800.80.350.35325.9166.6738.82
HexA5216C05023231464327
Octal245411540120434350610347
Binary101001011000011101100010100001000111000111010001101000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5216C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5216C; }

 p { color: rgb(165,33,108); }

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

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

 a { background-color: rgb(165,33,108); }

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

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

 span { border-color: rgb(165,33,108); }

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