Html Css Color HEX #AC1070 Jazzberry Jam

📋 copy color: '#AC1070'

red 172 ◦ green 16 ◦ blue 112

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

Shades of Jazzberry Jam #AC1070

Tints of Jazzberry Jam #AC1070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.33%

R = 57.33%
G = 5.33%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC1070 (or 0xAC1070) is known color: Jazzberry Jam. HEX triplet: AC, 10 and 70. RGB value is (172,16,112). Sum of RGB (Red+Green+Blue) = 172+16+112=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1070 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1070 is #53EF8F. Grayscale: #494949. Windows color (decimal): -5500816 or 7344300. OLE color: 7344300.

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

Color convert

RGB 172 16 112 -
CMYK 0 0.91 0.35 0.33
HSL 323.08º 0.83% 0.37% -
HSV(B) 323.08º 0.91% 0.67% -
XYZ 20.12 10.31 16.26 -
YUV 73.59 149.68 198.19 -
System Red Green Blue C M Y K H S L
Decimal 172 16 112 0 0.91 0.35 0.33 323.08 0.83 0.37
Hex AC 10 70 0 5B 23 21 143 53 25
Octal 254 20 160 0 133 43 41 503 123 45
Binary 10101100 10000 1110000 0 1011011 100011 100001 101000011 1010011 100101

Color Harmonies of #AC1070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1070

Black with #AC1070

Text Example


Text Example

White with #AC1070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1070; }

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

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

background-color css

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

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

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

border-color css

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

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

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