Html Css Color HEX #AC1073 Jazzberry Jam

📋 copy color: '#AC1073'

red 172 ◦ green 16 ◦ blue 115

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

Shades of Jazzberry Jam #AC1073

Tints of Jazzberry Jam #AC1073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.95%

R = 56.77%
G = 5.28%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC1073 (or 0xAC1073) is known color: Jazzberry Jam. HEX triplet: AC, 10 and 73. RGB value is (172,16,115). Sum of RGB (Red+Green+Blue) = 172+16+115=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1073 is #53EF8C. Grayscale: #494949. Windows color (decimal): -5500813 or 7540908. OLE color: 7540908.

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

Color convert

RGB 172 16 115 -
CMYK 0 0.91 0.33 0.33
HSL 321.92º 0.83% 0.37% -
HSV(B) 321.92º 0.91% 0.67% -
XYZ 20.29 10.38 17.15 -
YUV 73.93 151.18 197.95 -
System Red Green Blue C M Y K H S L
Decimal 172 16 115 0 0.91 0.33 0.33 321.92 0.83 0.37
Hex AC 10 73 0 5B 21 21 142 53 25
Octal 254 20 163 0 133 41 41 502 123 45
Binary 10101100 10000 1110011 0 1011011 100001 100001 101000010 1010011 100101

Color Harmonies of #AC1073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1073

Black with #AC1073

Text Example


Text Example

White with #AC1073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1073; }

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

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

background-color css

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

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

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

border-color css

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

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

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