Html Css Color HEX #AC014F Jazzberry Jam

📋 copy color: '#AC014F'

red 172 ◦ green 1 ◦ blue 79

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

Shades of Jazzberry Jam #AC014F

Tints of Jazzberry Jam #AC014F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 79 (31.25% from 255) = 31.35%

R = 68.25%
G = 0.4%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AC014F (or 0xAC014F) is known color: Jazzberry Jam. HEX triplet: AC, 01 and 4F. RGB value is (172,1,79). Sum of RGB (Red+Green+Blue) = 172+1+79=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC014F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC014F is #53FEB0. Grayscale: #3C3C3C. Windows color (decimal): -5504689 or 5177772. OLE color: 5177772.

HSL color Cylindrical-coordinate representation of color #AC014F: hue angle of 332.63º degrees, saturation: 0.99, 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 #AC014F is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 1 79 -
CMYK 0 0.99 0.54 0.33
HSL 332.63º 0.99% 0.34% -
HSV(B) 332.63º 0.99% 0.67% -
XYZ 18.44 9.36 8.23 -
YUV 61.02 138.15 207.16 -
System Red Green Blue C M Y K H S L
Decimal 172 1 79 0 0.99 0.54 0.33 332.63 0.99 0.34
Hex AC 1 4F 0 63 36 21 14D 63 22
Octal 254 1 117 0 143 66 41 515 143 42
Binary 10101100 1 1001111 0 1100011 110110 100001 101001101 1100011 100010

Color Harmonies of #AC014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC014F

Black with #AC014F

Text Example


Text Example

White with #AC014F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC014F; }

 p { color: rgb(172,1,79); }

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

background-color css

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

 a { background-color: rgb(172,1,79); }

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

border-color css

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

 span { border-color: rgb(172,1,79); }

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