Html Css Color HEX #AC1053 Jazzberry Jam

📋 copy color: '#AC1053'

red 172 ◦ green 16 ◦ blue 83

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

Shades of Jazzberry Jam #AC1053

Tints of Jazzberry Jam #AC1053

RGB

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

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

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

R = 63.47%
G = 5.9%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AC1053 (or 0xAC1053) is known color: Jazzberry Jam. HEX triplet: AC, 10 and 53. RGB value is (172,16,83). Sum of RGB (Red+Green+Blue) = 172+16+83=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1053 is #53EFAC. Grayscale: #464646. Windows color (decimal): -5500845 or 5443756. OLE color: 5443756.

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

Color convert

RGB 172 16 83 -
CMYK 0 0.91 0.52 0.33
HSL 334.23º 0.83% 0.37% -
HSV(B) 334.23º 0.91% 0.67% -
XYZ 18.76 9.77 9.08 -
YUV 70.28 135.18 200.55 -
System Red Green Blue C M Y K H S L
Decimal 172 16 83 0 0.91 0.52 0.33 334.23 0.83 0.37
Hex AC 10 53 0 5B 34 21 14E 53 25
Octal 254 20 123 0 133 64 41 516 123 45
Binary 10101100 10000 1010011 0 1011011 110100 100001 101001110 1010011 100101

Color Harmonies of #AC1053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1053

Black with #AC1053

Text Example


Text Example

White with #AC1053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1053; }

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

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

background-color css

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

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

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

border-color css

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

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

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