#A52670

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

Shades of Jazzberry Jam #A52670

Tints of Jazzberry Jam #A52670

Color information

#A52670 (or 0xA52670) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 26 and 70. RGB value is (165,38,112). Sum of RGB (Red+Green+Blue) = 165+38+112=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A52670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52670 is #5AD98F. Grayscale: #545454. Windows color (decimal): -5953936 or 7349925. OLE color: 7349925.

HSL color Cylindrical-coordinate representation of color #A52670: hue angle of 325.04º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A52670 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB16538112-
CMYK00.770.320.35
HSL325.04º62.56%39.8%-
HSV(B)325.04º76.97%64.71%-
XYZ19.1310.5616.36-
YUV84.41143.58185.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.38%
GREEN value IS 38 (15.23% from 255) = 12.06%
BLUE value IS 112 (44.14% from 255) = 35.56%
R=52.38%
G=12.06%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653811200.770.320.35325.0462.5639.8
HexA5267004D20231453f28
Octal24546160011540435057750
Binary10100101100110111000001001101100000100011101000101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52670; }

 p { color: rgb(165,38,112); }

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

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

 a { background-color: rgb(165,38,112); }

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

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

 span { border-color: rgb(165,38,112); }

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