Html Css Color HEX #AC1568 Jazzberry Jam

📋 copy color: '#AC1568'

red 172 ◦ green 21 ◦ blue 104

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

Shades of Jazzberry Jam #AC1568

Tints of Jazzberry Jam #AC1568

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.07%

 BLUE value IS 104 (41.02% from 255) = 35.02%

R = 57.91%
G = 7.07%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC1568 (or 0xAC1568) is known color: Jazzberry Jam. HEX triplet: AC, 15 and 68. RGB value is (172,21,104). Sum of RGB (Red+Green+Blue) = 172+21+104=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1568 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1568 is #53EA97. Grayscale: #4B4B4B. Windows color (decimal): -5499544 or 6821292. OLE color: 6821292.

HSL color Cylindrical-coordinate representation of color #AC1568: hue angle of 327.02º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC1568 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 21 104 -
CMYK 0 0.88 0.40 0.33
HSL 327.02º 0.78% 0.38% -
HSV(B) 327.02º 0.88% 0.67% -
XYZ 19.78 10.31 14.04 -
YUV 75.61 144.03 196.75 -
System Red Green Blue C M Y K H S L
Decimal 172 21 104 0 0.88 0.40 0.33 327.02 0.78 0.38
Hex AC 15 68 0 58 28 21 147 4E 26
Octal 254 25 150 0 130 50 41 507 116 46
Binary 10101100 10101 1101000 0 1011000 101000 100001 101000111 1001110 100110

Color Harmonies of #AC1568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1568

Black with #AC1568

Text Example


Text Example

White with #AC1568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1568; }

 p { color: rgb(172,21,104); }

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

background-color css

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

 a { background-color: rgb(172,21,104); }

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

border-color css

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

 span { border-color: rgb(172,21,104); }

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