#a32067

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

Shades of Jazzberry Jam #A32067

Tints of Jazzberry Jam #A32067

Color information

#A32067 (or 0xA32067) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 20 and 67. RGB value is (163,32,103). Sum of RGB (Red+Green+Blue) = 163+32+103=298 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.70% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 163 - color contains mainly: red. Hex color #A32067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32067 is #5CDF98. Grayscale: #4F4F4F. Windows color (decimal): -6086553 or 6758563. OLE color: 6758563.

HSL color Cylindrical-coordinate representation of color #A32067: hue angle of 327.48º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A32067 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB16332103-
CMYK00.800.370.36
HSL327.48º67.18%38.24%-
HSV(B)327.48º80.37%63.92%-
XYZ18.079.813.77-
YUV79.26141.4187.73-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.70%
GREEN value IS 32 (12.89% from 255) = 10.74%
BLUE value IS 103 (40.62% from 255) = 34.56%
R=54.70%
G=10.74%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633210300.800.370.36327.4867.1838.24
HexA3206705025241474326
Octal243401470120454450710346
Binary101000111000001100111010100001001011001001010001111000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a32067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a32067; }

 p { color: rgb(163,32,103); }

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

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

 a { background-color: rgb(163,32,103); }

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

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

 span { border-color: rgb(163,32,103); }

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