Html Css Color HEX #AC1072 Jazzberry Jam

📋 copy color: '#AC1072'

red 172 ◦ green 16 ◦ blue 114

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

Shades of Jazzberry Jam #AC1072

Tints of Jazzberry Jam #AC1072

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.3%

 BLUE value IS 114 (44.92% from 255) = 37.75%

R = 56.95%
G = 5.3%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC1072 (or 0xAC1072) is known color: Jazzberry Jam. HEX triplet: AC, 10 and 72. RGB value is (172,16,114). Sum of RGB (Red+Green+Blue) = 172+16+114=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1072 is #53EF8D. Grayscale: #494949. Windows color (decimal): -5500814 or 7475372. OLE color: 7475372.

HSL color Cylindrical-coordinate representation of color #AC1072: hue angle of 322.31º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC1072 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 16 114 -
CMYK 0 0.91 0.34 0.33
HSL 322.31º 0.83% 0.37% -
HSV(B) 322.31º 0.91% 0.67% -
XYZ 20.24 10.36 16.85 -
YUV 73.82 150.68 198.03 -
System Red Green Blue C M Y K H S L
Decimal 172 16 114 0 0.91 0.34 0.33 322.31 0.83 0.37
Hex AC 10 72 0 5B 22 21 142 53 25
Octal 254 20 162 0 133 42 41 502 123 45
Binary 10101100 10000 1110010 0 1011011 100010 100001 101000010 1010011 100101

Color Harmonies of #AC1072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1072

Black with #AC1072

Text Example


Text Example

White with #AC1072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1072; }

 p { color: rgb(172,16,114); }

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

background-color css

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

 a { background-color: rgb(172,16,114); }

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

border-color css

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

 span { border-color: rgb(172,16,114); }

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