Html Css Color HEX #AC0458 Jazzberry Jam

📋 copy color: '#AC0458'

red 172 ◦ green 4 ◦ blue 88

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

Shades of Jazzberry Jam #AC0458

Tints of Jazzberry Jam #AC0458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 33.33%

R = 65.15%
G = 1.52%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC0458 (or 0xAC0458) is known color: Jazzberry Jam. HEX triplet: AC, 04 and 58. RGB value is (172,4,88). Sum of RGB (Red+Green+Blue) = 172+4+88=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 88 (34.77% from 255 or 33.33% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0458 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0458 is #53FBA7. Grayscale: #3F3F3F. Windows color (decimal): -5503912 or 5768364. OLE color: 5768364.

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

Color convert

RGB 172 4 88 -
CMYK 0 0.98 0.49 0.33
HSL 330º 0.95% 0.35% -
HSV(B) 330º 0.98% 0.67% -
XYZ 18.82 9.56 10.09 -
YUV 63.81 141.66 205.17 -
System Red Green Blue C M Y K H S L
Decimal 172 4 88 0 0.98 0.49 0.33 330 0.95 0.35
Hex AC 4 58 0 62 31 21 14A 5F 23
Octal 254 4 130 0 142 61 41 512 137 43
Binary 10101100 100 1011000 0 1100010 110001 100001 101001010 1011111 100011

Color Harmonies of #AC0458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0458

Black with #AC0458

Text Example


Text Example

White with #AC0458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0458; }

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

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

background-color css

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

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

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

border-color css

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

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

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