Html Css Color HEX #AC1462 Jazzberry Jam

📋 copy color: '#AC1462'

red 172 ◦ green 20 ◦ blue 98

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

Shades of Jazzberry Jam #AC1462

Tints of Jazzberry Jam #AC1462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.79%

R = 59.31%
G = 6.9%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AC1462 (or 0xAC1462) is known color: Jazzberry Jam. HEX triplet: AC, 14 and 62. RGB value is (172,20,98). Sum of RGB (Red+Green+Blue) = 172+20+98=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 98 (38.67% from 255 or 33.79% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1462 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1462 is #53EB9D. Grayscale: #4A4A4A. Windows color (decimal): -5499806 or 6427820. OLE color: 6427820.

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

Color convert

RGB 172 20 98 -
CMYK 0 0.88 0.43 0.33
HSL 329.21º 0.79% 0.38% -
HSV(B) 329.21º 0.88% 0.67% -
XYZ 19.47 10.15 12.49 -
YUV 74.34 141.36 197.66 -
System Red Green Blue C M Y K H S L
Decimal 172 20 98 0 0.88 0.43 0.33 329.21 0.79 0.38
Hex AC 14 62 0 58 2B 21 149 4F 26
Octal 254 24 142 0 130 53 41 511 117 46
Binary 10101100 10100 1100010 0 1011000 101011 100001 101001001 1001111 100110

Color Harmonies of #AC1462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1462

Black with #AC1462

Text Example


Text Example

White with #AC1462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1462; }

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

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

background-color css

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

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

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

border-color css

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

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

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