Html Css Color HEX #AC1055 Jazzberry Jam

📋 copy color: '#AC1055'

red 172 ◦ green 16 ◦ blue 85

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

Shades of Jazzberry Jam #AC1055

Tints of Jazzberry Jam #AC1055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.14%

R = 63%
G = 5.86%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AC1055 (or 0xAC1055) is known color: Jazzberry Jam. HEX triplet: AC, 10 and 55. RGB value is (172,16,85). Sum of RGB (Red+Green+Blue) = 172+16+85=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1055 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1055 is #53EFAA. Grayscale: #464646. Windows color (decimal): -5500843 or 5574828. OLE color: 5574828.

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

Color convert

RGB 172 16 85 -
CMYK 0 0.91 0.51 0.33
HSL 333.46º 0.83% 0.37% -
HSV(B) 333.46º 0.91% 0.67% -
XYZ 18.84 9.8 9.49 -
YUV 70.51 136.18 200.39 -
System Red Green Blue C M Y K H S L
Decimal 172 16 85 0 0.91 0.51 0.33 333.46 0.83 0.37
Hex AC 10 55 0 5B 33 21 14D 53 25
Octal 254 20 125 0 133 63 41 515 123 45
Binary 10101100 10000 1010101 0 1011011 110011 100001 101001101 1010011 100101

Color Harmonies of #AC1055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1055

Black with #AC1055

Text Example


Text Example

White with #AC1055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1055; }

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

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

background-color css

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

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

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

border-color css

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

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

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