Html Css Color HEX #AC0464 Jazzberry Jam

📋 copy color: '#AC0464'

red 172 ◦ green 4 ◦ blue 100

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

Shades of Jazzberry Jam #AC0464

Tints of Jazzberry Jam #AC0464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 36.23%

R = 62.32%
G = 1.45%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC0464 (or 0xAC0464) is known color: Jazzberry Jam. HEX triplet: AC, 04 and 64. RGB value is (172,4,100). Sum of RGB (Red+Green+Blue) = 172+4+100=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0464 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0464 is #53FB9B. Grayscale: #404040. Windows color (decimal): -5503900 or 6554796. OLE color: 6554796.

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

Color convert

RGB 172 4 100 -
CMYK 0 0.98 0.42 0.33
HSL 325.71º 0.95% 0.35% -
HSV(B) 325.71º 0.98% 0.67% -
XYZ 19.36 9.78 12.92 -
YUV 65.18 147.66 204.19 -
System Red Green Blue C M Y K H S L
Decimal 172 4 100 0 0.98 0.42 0.33 325.71 0.95 0.35
Hex AC 4 64 0 62 2A 21 146 5F 23
Octal 254 4 144 0 142 52 41 506 137 43
Binary 10101100 100 1100100 0 1100010 101010 100001 101000110 1011111 100011

Color Harmonies of #AC0464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0464

Black with #AC0464

Text Example


Text Example

White with #AC0464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0464; }

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

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

background-color css

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

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

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

border-color css

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

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

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