Html Css Color HEX #AC1866 Jazzberry Jam

📋 copy color: '#AC1866'

red 172 ◦ green 24 ◦ blue 102

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

Shades of Jazzberry Jam #AC1866

Tints of Jazzberry Jam #AC1866

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.05%

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

R = 57.72%
G = 8.05%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC1866 (or 0xAC1866) is known color: Jazzberry Jam. HEX triplet: AC, 18 and 66. RGB value is (172,24,102). Sum of RGB (Red+Green+Blue) = 172+24+102=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1866 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1866 is #53E799. Grayscale: #4C4C4C. Windows color (decimal): -5498778 or 6690988. OLE color: 6690988.

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

Color convert

RGB 172 24 102 -
CMYK 0 0.86 0.41 0.33
HSL 328.38º 0.76% 0.38% -
HSV(B) 328.38º 0.86% 0.67% -
XYZ 19.74 10.38 13.53 -
YUV 77.14 142.03 195.66 -
System Red Green Blue C M Y K H S L
Decimal 172 24 102 0 0.86 0.41 0.33 328.38 0.76 0.38
Hex AC 18 66 0 56 29 21 148 4C 26
Octal 254 30 146 0 126 51 41 510 114 46
Binary 10101100 11000 1100110 0 1010110 101001 100001 101001000 1001100 100110

Color Harmonies of #AC1866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1866

Black with #AC1866

Text Example


Text Example

White with #AC1866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1866; }

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

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

background-color css

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

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

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

border-color css

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

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

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