Html Css Color HEX #AC1063 Jazzberry Jam

📋 copy color: '#AC1063'

red 172 ◦ green 16 ◦ blue 99

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

Shades of Jazzberry Jam #AC1063

Tints of Jazzberry Jam #AC1063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 34.49%

R = 59.93%
G = 5.57%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC1063 (or 0xAC1063) is known color: Jazzberry Jam. HEX triplet: AC, 10 and 63. RGB value is (172,16,99). Sum of RGB (Red+Green+Blue) = 172+16+99=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1063 is #53EF9C. Grayscale: #474747. Windows color (decimal): -5500829 or 6492332. OLE color: 6492332.

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

Color convert

RGB 172 16 99 -
CMYK 0 0.91 0.42 0.33
HSL 328.08º 0.83% 0.37% -
HSV(B) 328.08º 0.91% 0.67% -
XYZ 19.45 10.04 12.72 -
YUV 72.11 143.18 199.25 -
System Red Green Blue C M Y K H S L
Decimal 172 16 99 0 0.91 0.42 0.33 328.08 0.83 0.37
Hex AC 10 63 0 5B 2A 21 148 53 25
Octal 254 20 143 0 133 52 41 510 123 45
Binary 10101100 10000 1100011 0 1011011 101010 100001 101001000 1010011 100101

Color Harmonies of #AC1063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1063

Black with #AC1063

Text Example


Text Example

White with #AC1063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1063; }

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

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

background-color css

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

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

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

border-color css

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

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

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