Html Css Color HEX #AC045B Jazzberry Jam

📋 copy color: '#AC045B'

red 172 ◦ green 4 ◦ blue 91

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

Shades of Jazzberry Jam #AC045B

Tints of Jazzberry Jam #AC045B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 34.08%

R = 64.42%
G = 1.5%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC045B (or 0xAC045B) is known color: Jazzberry Jam. HEX triplet: AC, 04 and 5B. RGB value is (172,4,91). Sum of RGB (Red+Green+Blue) = 172+4+91=267 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.42% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 172 - color contains mainly: red. Hex color #AC045B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC045B is #53FBA4. Grayscale: #3F3F3F. Windows color (decimal): -5503909 or 5964972. OLE color: 5964972.

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

Color convert

RGB 172 4 91 -
CMYK 0 0.98 0.47 0.33
HSL 328.93º 0.95% 0.35% -
HSV(B) 328.93º 0.98% 0.67% -
XYZ 18.95 9.61 10.75 -
YUV 64.15 143.16 204.93 -
System Red Green Blue C M Y K H S L
Decimal 172 4 91 0 0.98 0.47 0.33 328.93 0.95 0.35
Hex AC 4 5B 0 62 2F 21 149 5F 23
Octal 254 4 133 0 142 57 41 511 137 43
Binary 10101100 100 1011011 0 1100010 101111 100001 101001001 1011111 100011

Color Harmonies of #AC045B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC045B

Black with #AC045B

Text Example


Text Example

White with #AC045B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC045B; }

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

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

background-color css

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

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

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

border-color css

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

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

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