Html Css Color HEX #AC014B Jazzberry Jam

📋 copy color: '#AC014B'

red 172 ◦ green 1 ◦ blue 75

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

Shades of Jazzberry Jam #AC014B

Tints of Jazzberry Jam #AC014B

RGB

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

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

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

R = 69.35%
G = 0.4%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC014B (or 0xAC014B) is known color: Jazzberry Jam. HEX triplet: AC, 01 and 4B. RGB value is (172,1,75). Sum of RGB (Red+Green+Blue) = 172+1+75=248 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.35% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 172 - color contains mainly: red. Hex color #AC014B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC014B is #53FEB4. Grayscale: #3C3C3C. Windows color (decimal): -5504693 or 4915628. OLE color: 4915628.

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

Color convert

RGB 172 1 75 -
CMYK 0 0.99 0.56 0.33
HSL 334.04º 0.99% 0.34% -
HSV(B) 334.04º 0.99% 0.67% -
XYZ 18.29 9.3 7.49 -
YUV 60.57 136.15 207.48 -
System Red Green Blue C M Y K H S L
Decimal 172 1 75 0 0.99 0.56 0.33 334.04 0.99 0.34
Hex AC 1 4B 0 63 38 21 14E 63 22
Octal 254 1 113 0 143 70 41 516 143 42
Binary 10101100 1 1001011 0 1100011 111000 100001 101001110 1100011 100010

Color Harmonies of #AC014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC014B

Black with #AC014B

Text Example


Text Example

White with #AC014B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC014B; }

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

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

background-color css

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

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

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

border-color css

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

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

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