Html Css Color HEX #AC004B Jazzberry Jam

📋 copy color: '#AC004B'

red 172 ◦ green 0 ◦ blue 75

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

Shades of Jazzberry Jam #AC004B

Tints of Jazzberry Jam #AC004B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 75 (29.69% from 255) = 30.36%

R = 69.64%
G = 0%
B = 30.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC004B (or 0xAC004B) is known color: Jazzberry Jam. HEX triplet: AC, 00 and 4B. RGB value is (172,0,75). Sum of RGB (Red+Green+Blue) = 172+0+75=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC004B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC004B is #53FFB4. Grayscale: #3B3B3B. Windows color (decimal): -5504949 or 4915372. OLE color: 4915372.

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

Color convert

RGB 172 0 75 -
CMYK 0 1 0.56 0.33
HSL 333.84º 1% 0.34% -
HSV(B) 333.84º 1% 0.67% -
XYZ 18.28 9.28 7.48 -
YUV 59.98 136.48 207.9 -
System Red Green Blue C M Y K H S L
Decimal 172 0 75 0 1 0.56 0.33 333.84 1 0.34
Hex AC 0 4B 0 64 38 21 14E 64 22
Octal 254 0 113 0 144 70 41 516 144 42
Binary 10101100 0 1001011 0 1100100 111000 100001 101001110 1100100 100010

Color Harmonies of #AC004B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC004B

Black with #AC004B

Text Example


Text Example

White with #AC004B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC004B; }

 p { color: rgb(172,0,75); }

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

background-color css

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

 a { background-color: rgb(172,0,75); }

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

border-color css

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

 span { border-color: rgb(172,0,75); }

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