Html Css Color HEX #AC1253 Jazzberry Jam

📋 copy color: '#AC1253'

red 172 ◦ green 18 ◦ blue 83

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

Shades of Jazzberry Jam #AC1253

Tints of Jazzberry Jam #AC1253

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.59%

 BLUE value IS 83 (32.81% from 255) = 30.4%

R = 63%
G = 6.59%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AC1253 (or 0xAC1253) is known color: Jazzberry Jam. HEX triplet: AC, 12 and 53. RGB value is (172,18,83). Sum of RGB (Red+Green+Blue) = 172+18+83=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1253 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1253 is #53EDAC. Grayscale: #474747. Windows color (decimal): -5500333 or 5444268. OLE color: 5444268.

HSL color Cylindrical-coordinate representation of color #AC1253: hue angle of 334.68º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1253 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 18 83 -
CMYK 0 0.90 0.52 0.33
HSL 334.68º 0.81% 0.37% -
HSV(B) 334.68º 0.9% 0.67% -
XYZ 18.79 9.83 9.09 -
YUV 71.46 134.52 199.71 -
System Red Green Blue C M Y K H S L
Decimal 172 18 83 0 0.90 0.52 0.33 334.68 0.81 0.37
Hex AC 12 53 0 5A 34 21 14F 51 25
Octal 254 22 123 0 132 64 41 517 121 45
Binary 10101100 10010 1010011 0 1011010 110100 100001 101001111 1010001 100101

Color Harmonies of #AC1253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1253

Black with #AC1253

Text Example


Text Example

White with #AC1253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1253; }

 p { color: rgb(172,18,83); }

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

background-color css

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

 a { background-color: rgb(172,18,83); }

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

border-color css

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

 span { border-color: rgb(172,18,83); }

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