Html Css Color HEX #AC2462 Jazzberry Jam

📋 copy color: '#AC2462'

red 172 ◦ green 36 ◦ blue 98

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

Shades of Jazzberry Jam #AC2462

Tints of Jazzberry Jam #AC2462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.03%

R = 56.21%
G = 11.76%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AC2462 (or 0xAC2462) is known color: Jazzberry Jam. HEX triplet: AC, 24 and 62. RGB value is (172,36,98). Sum of RGB (Red+Green+Blue) = 172+36+98=306 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.21% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2462 is #53DB9D. Grayscale: #535353. Windows color (decimal): -5495710 or 6431916. OLE color: 6431916.

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

Color convert

RGB 172 36 98 -
CMYK 0 0.79 0.43 0.33
HSL 332.65º 0.65% 0.41% -
HSV(B) 332.65º 0.79% 0.67% -
XYZ 19.85 10.91 12.62 -
YUV 83.73 136.06 190.96 -
System Red Green Blue C M Y K H S L
Decimal 172 36 98 0 0.79 0.43 0.33 332.65 0.65 0.41
Hex AC 24 62 0 4F 2B 21 14D 41 29
Octal 254 44 142 0 117 53 41 515 101 51
Binary 10101100 100100 1100010 0 1001111 101011 100001 101001101 1000001 101001

Color Harmonies of #AC2462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2462

Black with #AC2462

Text Example


Text Example

White with #AC2462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2462; }

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

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

background-color css

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

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

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

border-color css

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

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

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