#AC135D

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

Shades of Jazzberry Jam #AC135D

Tints of Jazzberry Jam #AC135D

Color information

#AC135D (or 0xAC135D) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 13 and 5D. RGB value is (172,19,93). Sum of RGB (Red+Green+Blue) = 172+19+93=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC135D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC135D is #53ECA2. Grayscale: #494949. Windows color (decimal): -5500067 or 6099884. OLE color: 6099884.

HSL color Cylindrical-coordinate representation of color #AC135D: hue angle of 330.98º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC135D is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB1721993-
CMYK00.890.460.33
HSL330.98º80.1%37.45%-
HSV(B)330.98º88.95%67.45%-
XYZ19.2210.0311.28-
YUV73.18139.19198.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.56%
GREEN value IS 19 (7.81% from 255) = 6.69%
BLUE value IS 93 (36.72% from 255) = 32.75%
R=60.56%
G=6.69%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172199300.890.460.33330.9880.137.45
HexAC135D0592E2114b5025
Octal254231350131564151312045
Binary10101100100111011101010110011011101000011010010111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC135D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC135D; }

 p { color: rgb(172,19,93); }

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

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

 a { background-color: rgb(172,19,93); }

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

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

 span { border-color: rgb(172,19,93); }

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