Html Css Color HEX #AC0264 Jazzberry Jam

📋 copy color: '#AC0264'

red 172 ◦ green 2 ◦ blue 100

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

Shades of Jazzberry Jam #AC0264

Tints of Jazzberry Jam #AC0264

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

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

R = 62.77%
G = 0.73%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC0264 (or 0xAC0264) is known color: Jazzberry Jam. HEX triplet: AC, 02 and 64. RGB value is (172,2,100). Sum of RGB (Red+Green+Blue) = 172+2+100=274 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.77% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 100 (39.45% from 255 or 36.50% from 274); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0264 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0264 is #53FD9B. Grayscale: #3F3F3F. Windows color (decimal): -5504412 or 6554284. OLE color: 6554284.

HSL color Cylindrical-coordinate representation of color #AC0264: hue angle of 325.41º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC0264 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 2 100 -
CMYK 0 0.99 0.42 0.33
HSL 325.41º 0.98% 0.34% -
HSV(B) 325.41º 0.99% 0.67% -
XYZ 19.34 9.73 12.92 -
YUV 64 148.32 205.03 -
System Red Green Blue C M Y K H S L
Decimal 172 2 100 0 0.99 0.42 0.33 325.41 0.98 0.34
Hex AC 2 64 0 63 2A 21 145 62 22
Octal 254 2 144 0 143 52 41 505 142 42
Binary 10101100 10 1100100 0 1100011 101010 100001 101000101 1100010 100010

Color Harmonies of #AC0264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0264

Black with #AC0264

Text Example


Text Example

White with #AC0264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0264; }

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

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

background-color css

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

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

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

border-color css

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

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

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