Html Css Color HEX #AC215D Jazzberry Jam

📋 copy color: '#AC215D'

red 172 ◦ green 33 ◦ blue 93

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

Shades of Jazzberry Jam #AC215D

Tints of Jazzberry Jam #AC215D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.21%

R = 57.72%
G = 11.07%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC215D (or 0xAC215D) is known color: Jazzberry Jam. HEX triplet: AC, 21 and 5D. RGB value is (172,33,93). Sum of RGB (Red+Green+Blue) = 172+33+93=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC215D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC215D is #53DEA2. Grayscale: #515151. Windows color (decimal): -5496483 or 6103468. OLE color: 6103468.

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

Color convert

RGB 172 33 93 -
CMYK 0 0.81 0.46 0.33
HSL 334.1º 0.68% 0.4% -
HSV(B) 334.1º 0.81% 0.67% -
XYZ 19.53 10.65 11.38 -
YUV 81.4 134.55 192.62 -
System Red Green Blue C M Y K H S L
Decimal 172 33 93 0 0.81 0.46 0.33 334.1 0.68 0.4
Hex AC 21 5D 0 51 2E 21 14E 44 28
Octal 254 41 135 0 121 56 41 516 104 50
Binary 10101100 100001 1011101 0 1010001 101110 100001 101001110 1000100 101000

Color Harmonies of #AC215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC215D

Black with #AC215D

Text Example


Text Example

White with #AC215D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC215D; }

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

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

background-color css

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

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

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

border-color css

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

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

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