#A51C67

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

Shades of Jazzberry Jam #A51C67

Tints of Jazzberry Jam #A51C67

Color information

#A51C67 (or 0xA51C67) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 1C and 67. RGB value is (165,28,103). Sum of RGB (Red+Green+Blue) = 165+28+103=296 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.74% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 103 (40.62% from 255 or 34.80% from 296); Max value from RGB is 165 - color contains mainly: red. Hex color #A51C67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51C67 is #5AE398. Grayscale: #4D4D4D. Windows color (decimal): -5956505 or 6757541. OLE color: 6757541.

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

Color convert

RGB16528103-
CMYK00.830.380.35
HSL327.15º70.98%37.84%-
HSV(B)327.15º83.03%64.71%-
XYZ18.389.8113.76-
YUV77.51142.39190.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.74%
GREEN value IS 28 (11.33% from 255) = 9.46%
BLUE value IS 103 (40.62% from 255) = 34.80%
R=55.74%
G=9.46%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652810300.830.380.35327.1570.9837.84
HexA51C6705326231474726
Octal245341470123464350710746
Binary10100101111001100111010100111001101000111010001111000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51C67; }

 p { color: rgb(165,28,103); }

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

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

 a { background-color: rgb(165,28,103); }

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

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

 span { border-color: rgb(165,28,103); }

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