Html Css Color HEX #AC045E Jazzberry Jam

📋 copy color: '#AC045E'

red 172 ◦ green 4 ◦ blue 94

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

Shades of Jazzberry Jam #AC045E

Tints of Jazzberry Jam #AC045E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.81%

R = 63.7%
G = 1.48%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC045E (or 0xAC045E) is known color: Jazzberry Jam. HEX triplet: AC, 04 and 5E. RGB value is (172,4,94). Sum of RGB (Red+Green+Blue) = 172+4+94=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC045E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC045E is #53FBA1. Grayscale: #404040. Windows color (decimal): -5503906 or 6161580. OLE color: 6161580.

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

Color convert

RGB 172 4 94 -
CMYK 0 0.98 0.45 0.33
HSL 327.86º 0.95% 0.35% -
HSV(B) 327.86º 0.98% 0.67% -
XYZ 19.08 9.67 11.45 -
YUV 64.49 144.66 204.68 -
System Red Green Blue C M Y K H S L
Decimal 172 4 94 0 0.98 0.45 0.33 327.86 0.95 0.35
Hex AC 4 5E 0 62 2D 21 148 5F 23
Octal 254 4 136 0 142 55 41 510 137 43
Binary 10101100 100 1011110 0 1100010 101101 100001 101001000 1011111 100011

Color Harmonies of #AC045E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC045E

Black with #AC045E

Text Example


Text Example

White with #AC045E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC045E; }

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

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

background-color css

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

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

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

border-color css

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

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

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