Html Css Color HEX #AC246B Jazzberry Jam

📋 copy color: '#AC246B'

red 172 ◦ green 36 ◦ blue 107

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

Shades of Jazzberry Jam #AC246B

Tints of Jazzberry Jam #AC246B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.97%

R = 54.6%
G = 11.43%
B = 33.97%

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

#AC246B (or 0xAC246B) is known color: Jazzberry Jam. HEX triplet: AC, 24 and 6B. RGB value is (172,36,107). Sum of RGB (Red+Green+Blue) = 172+36+107=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC246B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC246B is #53DB94. Grayscale: #545454. Windows color (decimal): -5495701 or 7021740. OLE color: 7021740.

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

Color convert

RGB 172 36 107 -
CMYK 0 0.79 0.38 0.33
HSL 328.68º 0.65% 0.41% -
HSV(B) 328.68º 0.79% 0.67% -
XYZ 20.3 11.09 14.98 -
YUV 84.76 140.56 190.23 -
System Red Green Blue C M Y K H S L
Decimal 172 36 107 0 0.79 0.38 0.33 328.68 0.65 0.41
Hex AC 24 6B 0 4F 26 21 149 41 29
Octal 254 44 153 0 117 46 41 511 101 51
Binary 10101100 100100 1101011 0 1001111 100110 100001 101001001 1000001 101001

Color Harmonies of #AC246B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC246B

Black with #AC246B

Text Example


Text Example

White with #AC246B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC246B; }

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

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

background-color css

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

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

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

border-color css

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

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

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