Html Css Color HEX #AC1862 Jazzberry Jam

📋 copy color: '#AC1862'

red 172 ◦ green 24 ◦ blue 98

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

Shades of Jazzberry Jam #AC1862

Tints of Jazzberry Jam #AC1862

RGB

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

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

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

R = 58.5%
G = 8.16%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AC1862 (or 0xAC1862) is known color: Jazzberry Jam. HEX triplet: AC, 18 and 62. RGB value is (172,24,98). Sum of RGB (Red+Green+Blue) = 172+24+98=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1862 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1862 is #53E79D. Grayscale: #4C4C4C. Windows color (decimal): -5498782 or 6428844. OLE color: 6428844.

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

Color convert

RGB 172 24 98 -
CMYK 0 0.86 0.43 0.33
HSL 330º 0.76% 0.38% -
HSV(B) 330º 0.86% 0.67% -
XYZ 19.54 10.31 12.51 -
YUV 76.69 140.03 195.98 -
System Red Green Blue C M Y K H S L
Decimal 172 24 98 0 0.86 0.43 0.33 330 0.76 0.38
Hex AC 18 62 0 56 2B 21 14A 4C 26
Octal 254 30 142 0 126 53 41 512 114 46
Binary 10101100 11000 1100010 0 1010110 101011 100001 101001010 1001100 100110

Color Harmonies of #AC1862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1862

Black with #AC1862

Text Example


Text Example

White with #AC1862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1862; }

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

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

background-color css

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

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

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

border-color css

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

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

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