#A70B69

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

Shades of Jazzberry Jam #A70B69

Tints of Jazzberry Jam #A70B69

Color information

#A70B69 (or 0xA70B69) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 0B and 69. RGB value is (167,11,105). Sum of RGB (Red+Green+Blue) = 167+11+105=283 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.01% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 167 - color contains mainly: red. Hex color #A70B69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70B69 is #58F496. Grayscale: #444444. Windows color (decimal): -5829783 or 6884263. OLE color: 6884263.

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

Color convert

RGB16711105-
CMYK00.930.370.35
HSL323.85º87.64%34.9%-
HSV(B)323.85º93.41%65.49%-
XYZ18.619.4714.21-
YUV68.36148.68198.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 59.01%
GREEN value IS 11 (4.69% from 255) = 3.89%
BLUE value IS 105 (41.41% from 255) = 37.10%
R=59.01%
G=3.89%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671110500.930.370.35323.8587.6434.9
HexA7B6905D25231445823
Octal247131510135454350413043
Binary1010011110111101001010111011001011000111010001001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70B69; }

 p { color: rgb(167,11,105); }

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

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

 a { background-color: rgb(167,11,105); }

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

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

 span { border-color: rgb(167,11,105); }

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