Html Css Color HEX #AC045A Jazzberry Jam

📋 copy color: '#AC045A'

red 172 ◦ green 4 ◦ blue 90

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

Shades of Jazzberry Jam #AC045A

Tints of Jazzberry Jam #AC045A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.83%

R = 64.66%
G = 1.5%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC045A (or 0xAC045A) is known color: Jazzberry Jam. HEX triplet: AC, 04 and 5A. RGB value is (172,4,90). Sum of RGB (Red+Green+Blue) = 172+4+90=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC045A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC045A is #53FBA5. Grayscale: #3F3F3F. Windows color (decimal): -5503910 or 5899436. OLE color: 5899436.

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

Color convert

RGB 172 4 90 -
CMYK 0 0.98 0.48 0.33
HSL 329.29º 0.95% 0.35% -
HSV(B) 329.29º 0.98% 0.67% -
XYZ 18.9 9.6 10.53 -
YUV 64.04 142.66 205.01 -
System Red Green Blue C M Y K H S L
Decimal 172 4 90 0 0.98 0.48 0.33 329.29 0.95 0.35
Hex AC 4 5A 0 62 30 21 149 5F 23
Octal 254 4 132 0 142 60 41 511 137 43
Binary 10101100 100 1011010 0 1100010 110000 100001 101001001 1011111 100011

Color Harmonies of #AC045A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC045A

Black with #AC045A

Text Example


Text Example

White with #AC045A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC045A; }

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

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

background-color css

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

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

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

border-color css

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

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

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