Html Css Color HEX #AC1474 Jazzberry Jam

📋 copy color: '#AC1474'

red 172 ◦ green 20 ◦ blue 116

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

Shades of Jazzberry Jam #AC1474

Tints of Jazzberry Jam #AC1474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.66%

R = 55.84%
G = 6.49%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC1474 (or 0xAC1474) is known color: Jazzberry Jam. HEX triplet: AC, 14 and 74. RGB value is (172,20,116). Sum of RGB (Red+Green+Blue) = 172+20+116=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 116 (45.70% from 255 or 37.66% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1474 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1474 is #53EB8B. Grayscale: #4C4C4C. Windows color (decimal): -5499788 or 7607468. OLE color: 7607468.

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

Color convert

RGB 172 20 116 -
CMYK 0 0.88 0.33 0.33
HSL 322.11º 0.79% 0.38% -
HSV(B) 322.11º 0.88% 0.67% -
XYZ 20.42 10.53 17.48 -
YUV 76.39 150.36 196.19 -
System Red Green Blue C M Y K H S L
Decimal 172 20 116 0 0.88 0.33 0.33 322.11 0.79 0.38
Hex AC 14 74 0 58 21 21 142 4F 26
Octal 254 24 164 0 130 41 41 502 117 46
Binary 10101100 10100 1110100 0 1011000 100001 100001 101000010 1001111 100110

Color Harmonies of #AC1474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1474

Black with #AC1474

Text Example


Text Example

White with #AC1474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1474; }

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

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

background-color css

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

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

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

border-color css

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

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

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