Html Css Color HEX #AC236D Jazzberry Jam

📋 copy color: '#AC236D'

red 172 ◦ green 35 ◦ blue 109

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

Shades of Jazzberry Jam #AC236D

Tints of Jazzberry Jam #AC236D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.49%

R = 54.43%
G = 11.08%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC236D (or 0xAC236D) is known color: Jazzberry Jam. HEX triplet: AC, 23 and 6D. RGB value is (172,35,109). Sum of RGB (Red+Green+Blue) = 172+35+109=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC236D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC236D is #53DC92. Grayscale: #545454. Windows color (decimal): -5495955 or 7152556. OLE color: 7152556.

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

Color convert

RGB 172 35 109 -
CMYK 0 0.80 0.37 0.33
HSL 327.59º 0.66% 0.41% -
HSV(B) 327.59º 0.8% 0.67% -
XYZ 20.37 11.08 15.53 -
YUV 84.4 141.89 190.48 -
System Red Green Blue C M Y K H S L
Decimal 172 35 109 0 0.80 0.37 0.33 327.59 0.66 0.41
Hex AC 23 6D 0 50 25 21 148 42 29
Octal 254 43 155 0 120 45 41 510 102 51
Binary 10101100 100011 1101101 0 1010000 100101 100001 101001000 1000010 101001

Color Harmonies of #AC236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC236D

Black with #AC236D

Text Example


Text Example

White with #AC236D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC236D; }

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

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

background-color css

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

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

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

border-color css

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

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

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