Html Css Color HEX #AC246A Jazzberry Jam

📋 copy color: '#AC246A'

red 172 ◦ green 36 ◦ blue 106

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

Shades of Jazzberry Jam #AC246A

Tints of Jazzberry Jam #AC246A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.46%

 BLUE value IS 106 (41.8% from 255) = 33.76%

R = 54.78%
G = 11.46%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC246A (or 0xAC246A) is known color: Jazzberry Jam. HEX triplet: AC, 24 and 6A. RGB value is (172,36,106). Sum of RGB (Red+Green+Blue) = 172+36+106=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC246A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC246A is #53DB95. Grayscale: #545454. Windows color (decimal): -5495702 or 6956204. OLE color: 6956204.

HSL color Cylindrical-coordinate representation of color #AC246A: hue angle of 329.12º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC246A is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 36 106 -
CMYK 0 0.79 0.38 0.33
HSL 329.12º 0.65% 0.41% -
HSV(B) 329.12º 0.79% 0.67% -
XYZ 20.25 11.07 14.71 -
YUV 84.64 140.06 190.31 -
System Red Green Blue C M Y K H S L
Decimal 172 36 106 0 0.79 0.38 0.33 329.12 0.65 0.41
Hex AC 24 6A 0 4F 26 21 149 41 29
Octal 254 44 152 0 117 46 41 511 101 51
Binary 10101100 100100 1101010 0 1001111 100110 100001 101001001 1000001 101001

Color Harmonies of #AC246A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC246A

Black with #AC246A

Text Example


Text Example

White with #AC246A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC246A; }

 p { color: rgb(172,36,106); }

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

background-color css

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

 a { background-color: rgb(172,36,106); }

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

border-color css

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

 span { border-color: rgb(172,36,106); }

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