Html Css Color HEX #AC1466 Jazzberry Jam

📋 copy color: '#AC1466'

red 172 ◦ green 20 ◦ blue 102

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

Shades of Jazzberry Jam #AC1466

Tints of Jazzberry Jam #AC1466

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.8%

 BLUE value IS 102 (40.23% from 255) = 34.69%

R = 58.5%
G = 6.8%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC1466 (or 0xAC1466) is known color: Jazzberry Jam. HEX triplet: AC, 14 and 66. RGB value is (172,20,102). Sum of RGB (Red+Green+Blue) = 172+20+102=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1466 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1466 is #53EB99. Grayscale: #4A4A4A. Windows color (decimal): -5499802 or 6689964. OLE color: 6689964.

HSL color Cylindrical-coordinate representation of color #AC1466: hue angle of 327.63º degrees, saturation: 0.79, 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 #AC1466 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 20 102 -
CMYK 0 0.88 0.41 0.33
HSL 327.63º 0.79% 0.38% -
HSV(B) 327.63º 0.88% 0.67% -
XYZ 19.66 10.23 13.51 -
YUV 74.8 143.36 197.33 -
System Red Green Blue C M Y K H S L
Decimal 172 20 102 0 0.88 0.41 0.33 327.63 0.79 0.38
Hex AC 14 66 0 58 29 21 148 4F 26
Octal 254 24 146 0 130 51 41 510 117 46
Binary 10101100 10100 1100110 0 1011000 101001 100001 101001000 1001111 100110

Color Harmonies of #AC1466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1466

Black with #AC1466

Text Example


Text Example

White with #AC1466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1466; }

 p { color: rgb(172,20,102); }

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

background-color css

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

 a { background-color: rgb(172,20,102); }

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

border-color css

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

 span { border-color: rgb(172,20,102); }

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