Html Css Color HEX #AC1062 Jazzberry Jam

📋 copy color: '#AC1062'

red 172 ◦ green 16 ◦ blue 98

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

Shades of Jazzberry Jam #AC1062

Tints of Jazzberry Jam #AC1062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 34.27%

R = 60.14%
G = 5.59%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AC1062 (or 0xAC1062) is known color: Jazzberry Jam. HEX triplet: AC, 10 and 62. RGB value is (172,16,98). Sum of RGB (Red+Green+Blue) = 172+16+98=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1062 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1062 is #53EF9D. Grayscale: #474747. Windows color (decimal): -5500830 or 6426796. OLE color: 6426796.

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

Color convert

RGB 172 16 98 -
CMYK 0 0.91 0.43 0.33
HSL 328.46º 0.83% 0.37% -
HSV(B) 328.46º 0.91% 0.67% -
XYZ 19.4 10.02 12.47 -
YUV 71.99 142.68 199.33 -
System Red Green Blue C M Y K H S L
Decimal 172 16 98 0 0.91 0.43 0.33 328.46 0.83 0.37
Hex AC 10 62 0 5B 2B 21 148 53 25
Octal 254 20 142 0 133 53 41 510 123 45
Binary 10101100 10000 1100010 0 1011011 101011 100001 101001000 1010011 100101

Color Harmonies of #AC1062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1062

Black with #AC1062

Text Example


Text Example

White with #AC1062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1062; }

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

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

background-color css

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

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

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

border-color css

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

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

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