Html Css Color HEX #AC236F Jazzberry Jam

📋 copy color: '#AC236F'

red 172 ◦ green 35 ◦ blue 111

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

Shades of Jazzberry Jam #AC236F

Tints of Jazzberry Jam #AC236F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.01%

 BLUE value IS 111 (43.75% from 255) = 34.91%

R = 54.09%
G = 11.01%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC236F (or 0xAC236F) is known color: Jazzberry Jam. HEX triplet: AC, 23 and 6F. RGB value is (172,35,111). Sum of RGB (Red+Green+Blue) = 172+35+111=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC236F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC236F is #53DC90. Grayscale: #545454. Windows color (decimal): -5495953 or 7283628. OLE color: 7283628.

HSL color Cylindrical-coordinate representation of color #AC236F: hue angle of 326.72º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC236F is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 35 111 -
CMYK 0 0.80 0.35 0.33
HSL 326.72º 0.66% 0.41% -
HSV(B) 326.72º 0.8% 0.67% -
XYZ 20.48 11.12 16.11 -
YUV 84.63 142.89 190.32 -
System Red Green Blue C M Y K H S L
Decimal 172 35 111 0 0.80 0.35 0.33 326.72 0.66 0.41
Hex AC 23 6F 0 50 23 21 147 42 29
Octal 254 43 157 0 120 43 41 507 102 51
Binary 10101100 100011 1101111 0 1010000 100011 100001 101000111 1000010 101001

Color Harmonies of #AC236F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC236F

Black with #AC236F

Text Example


Text Example

White with #AC236F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC236F; }

 p { color: rgb(172,35,111); }

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

background-color css

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

 a { background-color: rgb(172,35,111); }

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

border-color css

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

 span { border-color: rgb(172,35,111); }

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