Html Css Color HEX #AC135D Jazzberry Jam

📋 copy color: '#AC135D'

red 172 ◦ green 19 ◦ blue 93

#AC135D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #AC135D

Tints of Jazzberry Jam #AC135D

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 value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC135D (or 0xAC135D) is known color: 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

RGB 172 19 93 -
CMYK 0 0.89 0.46 0.33
HSL 330.98º 0.8% 0.37% -
HSV(B) 330.98º 0.89% 0.67% -
XYZ 19.22 10.03 11.28 -
YUV 73.18 139.19 198.48 -
System Red Green Blue C M Y K H S L
Decimal 172 19 93 0 0.89 0.46 0.33 330.98 0.8 0.37
Hex AC 13 5D 0 59 2E 21 14B 50 25
Octal 254 23 135 0 131 56 41 513 120 45
Binary 10101100 10011 1011101 0 1011001 101110 100001 101001011 1010000 100101

Color Harmonies of #AC135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC135D

Black with #AC135D

Text Example


Text Example

White with #AC135D

Text Example


Text Example

HTML Codes & Css Web 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>