Html Css Color HEX #AC1078 Jazzberry Jam

📋 copy color: '#AC1078'

red 172 ◦ green 16 ◦ blue 120

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

Shades of Jazzberry Jam #AC1078

Tints of Jazzberry Jam #AC1078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 38.96%

R = 55.84%
G = 5.19%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC1078 (or 0xAC1078) is known color: Jazzberry Jam. HEX triplet: AC, 10 and 78. RGB value is (172,16,120). Sum of RGB (Red+Green+Blue) = 172+16+120=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 120 (47.27% from 255 or 38.96% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1078 is #53EF87. Grayscale: #4A4A4A. Windows color (decimal): -5500808 or 7868588. OLE color: 7868588.

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

Color convert

RGB 172 16 120 -
CMYK 0 0.91 0.30 0.33
HSL 320º 0.83% 0.37% -
HSV(B) 320º 0.91% 0.67% -
XYZ 20.59 10.5 18.71 -
YUV 74.5 153.68 197.54 -
System Red Green Blue C M Y K H S L
Decimal 172 16 120 0 0.91 0.30 0.33 320 0.83 0.37
Hex AC 10 78 0 5B 1E 21 140 53 25
Octal 254 20 170 0 133 36 41 500 123 45
Binary 10101100 10000 1111000 0 1011011 11110 100001 101000000 1010011 100101

Color Harmonies of #AC1078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1078

Black with #AC1078

Text Example


Text Example

White with #AC1078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1078; }

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

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

background-color css

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

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

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

border-color css

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

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

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