Html Css Color HEX #AC0655 Jazzberry Jam

📋 copy color: '#AC0655'

red 172 ◦ green 6 ◦ blue 85

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

Shades of Jazzberry Jam #AC0655

Tints of Jazzberry Jam #AC0655

RGB

 RED value IS 172 (67.58% from 255) = 65.4%

 GREEN value IS 6 (2.73% from 255) = 2.28%

 BLUE value IS 85 (33.59% from 255) = 32.32%

R = 65.4%
G = 2.28%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AC0655 (or 0xAC0655) is known color: Jazzberry Jam. HEX triplet: AC, 06 and 55. RGB value is (172,6,85). Sum of RGB (Red+Green+Blue) = 172+6+85=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 85 (33.59% from 255 or 32.32% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0655 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0655 is #53F9AA. Grayscale: #404040. Windows color (decimal): -5503403 or 5572268. OLE color: 5572268.

HSL color Cylindrical-coordinate representation of color #AC0655: hue angle of 331.45º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC0655 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 6 85 -
CMYK 0 0.97 0.51 0.33
HSL 331.45º 0.93% 0.35% -
HSV(B) 331.45º 0.97% 0.67% -
XYZ 18.72 9.56 9.45 -
YUV 64.64 139.5 204.58 -
System Red Green Blue C M Y K H S L
Decimal 172 6 85 0 0.97 0.51 0.33 331.45 0.93 0.35
Hex AC 6 55 0 61 33 21 14B 5D 23
Octal 254 6 125 0 141 63 41 513 135 43
Binary 10101100 110 1010101 0 1100001 110011 100001 101001011 1011101 100011

Color Harmonies of #AC0655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0655

Black with #AC0655

Text Example


Text Example

White with #AC0655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0655; }

 p { color: rgb(172,6,85); }

 H1.HeaderClassName
 {
   color: #AC0655;
 }
 .AnyTagClassName
 {
   color: #AC0655;
 }
</style>

background-color css

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

 a { background-color: rgb(172,6,85); }

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

border-color css

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

 span { border-color: rgb(172,6,85); }

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