Html Css Color HEX #AC1875 Jazzberry Jam

📋 copy color: '#AC1875'

red 172 ◦ green 24 ◦ blue 117

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

Shades of Jazzberry Jam #AC1875

Tints of Jazzberry Jam #AC1875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.38%

R = 54.95%
G = 7.67%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC1875 (or 0xAC1875) is known color: Jazzberry Jam. HEX triplet: AC, 18 and 75. RGB value is (172,24,117). Sum of RGB (Red+Green+Blue) = 172+24+117=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1875 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1875 is #53E78A. Grayscale: #4E4E4E. Windows color (decimal): -5498763 or 7674028. OLE color: 7674028.

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

Color convert

RGB 172 24 117 -
CMYK 0 0.86 0.32 0.33
HSL 322.3º 0.76% 0.38% -
HSV(B) 322.3º 0.86% 0.67% -
XYZ 20.55 10.71 17.81 -
YUV 78.85 149.53 194.44 -
System Red Green Blue C M Y K H S L
Decimal 172 24 117 0 0.86 0.32 0.33 322.3 0.76 0.38
Hex AC 18 75 0 56 20 21 142 4C 26
Octal 254 30 165 0 126 40 41 502 114 46
Binary 10101100 11000 1110101 0 1010110 100000 100001 101000010 1001100 100110

Color Harmonies of #AC1875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1875

Black with #AC1875

Text Example


Text Example

White with #AC1875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1875; }

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

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

background-color css

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

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

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

border-color css

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

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

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