Html Css Color HEX #AC045D Jazzberry Jam

📋 copy color: '#AC045D'

red 172 ◦ green 4 ◦ blue 93

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

Shades of Jazzberry Jam #AC045D

Tints of Jazzberry Jam #AC045D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.49%

 BLUE value IS 93 (36.72% from 255) = 34.57%

R = 63.94%
G = 1.49%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC045D (or 0xAC045D) is known color: Jazzberry Jam. HEX triplet: AC, 04 and 5D. RGB value is (172,4,93). Sum of RGB (Red+Green+Blue) = 172+4+93=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC045D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC045D is #53FBA2. Grayscale: #404040. Windows color (decimal): -5503907 or 6096044. OLE color: 6096044.

HSL color Cylindrical-coordinate representation of color #AC045D: hue angle of 328.21º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC045D is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 4 93 -
CMYK 0 0.98 0.46 0.33
HSL 328.21º 0.95% 0.35% -
HSV(B) 328.21º 0.98% 0.67% -
XYZ 19.03 9.65 11.22 -
YUV 64.38 144.16 204.76 -
System Red Green Blue C M Y K H S L
Decimal 172 4 93 0 0.98 0.46 0.33 328.21 0.95 0.35
Hex AC 4 5D 0 62 2E 21 148 5F 23
Octal 254 4 135 0 142 56 41 510 137 43
Binary 10101100 100 1011101 0 1100010 101110 100001 101001000 1011111 100011

Color Harmonies of #AC045D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC045D

Black with #AC045D

Text Example


Text Example

White with #AC045D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC045D; }

 p { color: rgb(172,4,93); }

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

background-color css

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

 a { background-color: rgb(172,4,93); }

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

border-color css

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

 span { border-color: rgb(172,4,93); }

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