Html Css Color HEX #AC2065 Jazzberry Jam

📋 copy color: '#AC2065'

red 172 ◦ green 32 ◦ blue 101

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

Shades of Jazzberry Jam #AC2065

Tints of Jazzberry Jam #AC2065

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.49%

 BLUE value IS 101 (39.84% from 255) = 33.11%

R = 56.39%
G = 10.49%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC2065 (or 0xAC2065) is known color: Jazzberry Jam. HEX triplet: AC, 20 and 65. RGB value is (172,32,101). Sum of RGB (Red+Green+Blue) = 172+32+101=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2065 is #53DF9A. Grayscale: #515151. Windows color (decimal): -5496731 or 6627500. OLE color: 6627500.

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

Color convert

RGB 172 32 101 -
CMYK 0 0.81 0.41 0.33
HSL 330.43º 0.69% 0.4% -
HSV(B) 330.43º 0.81% 0.67% -
XYZ 19.88 10.74 13.34 -
YUV 81.73 138.88 192.39 -
System Red Green Blue C M Y K H S L
Decimal 172 32 101 0 0.81 0.41 0.33 330.43 0.69 0.4
Hex AC 20 65 0 51 29 21 14A 45 28
Octal 254 40 145 0 121 51 41 512 105 50
Binary 10101100 100000 1100101 0 1010001 101001 100001 101001010 1000101 101000

Color Harmonies of #AC2065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2065

Black with #AC2065

Text Example


Text Example

White with #AC2065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2065; }

 p { color: rgb(172,32,101); }

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

background-color css

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

 a { background-color: rgb(172,32,101); }

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

border-color css

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

 span { border-color: rgb(172,32,101); }

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