Html Css Color HEX #AC215F Jazzberry Jam

📋 copy color: '#AC215F'

red 172 ◦ green 33 ◦ blue 95

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

Shades of Jazzberry Jam #AC215F

Tints of Jazzberry Jam #AC215F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11%

 BLUE value IS 95 (37.5% from 255) = 31.67%

R = 57.33%
G = 11%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC215F (or 0xAC215F) is known color: Jazzberry Jam. HEX triplet: AC, 21 and 5F. RGB value is (172,33,95). Sum of RGB (Red+Green+Blue) = 172+33+95=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC215F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC215F is #53DEA0. Grayscale: #515151. Windows color (decimal): -5496481 or 6234540. OLE color: 6234540.

HSL color Cylindrical-coordinate representation of color #AC215F: hue angle of 333.24º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC215F is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 33 95 -
CMYK 0 0.81 0.45 0.33
HSL 333.24º 0.68% 0.4% -
HSV(B) 333.24º 0.81% 0.67% -
XYZ 19.62 10.68 11.85 -
YUV 81.63 135.55 192.46 -
System Red Green Blue C M Y K H S L
Decimal 172 33 95 0 0.81 0.45 0.33 333.24 0.68 0.4
Hex AC 21 5F 0 51 2D 21 14D 44 28
Octal 254 41 137 0 121 55 41 515 104 50
Binary 10101100 100001 1011111 0 1010001 101101 100001 101001101 1000100 101000

Color Harmonies of #AC215F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC215F

Black with #AC215F

Text Example


Text Example

White with #AC215F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC215F; }

 p { color: rgb(172,33,95); }

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

background-color css

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

 a { background-color: rgb(172,33,95); }

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

border-color css

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

 span { border-color: rgb(172,33,95); }

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