Html Css Color HEX #AC165A Jazzberry Jam

📋 copy color: '#AC165A'

red 172 ◦ green 22 ◦ blue 90

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

Shades of Jazzberry Jam #AC165A

Tints of Jazzberry Jam #AC165A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.75%

 BLUE value IS 90 (35.55% from 255) = 31.69%

R = 60.56%
G = 7.75%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC165A (or 0xAC165A) is known color: Jazzberry Jam. HEX triplet: AC, 16 and 5A. RGB value is (172,22,90). Sum of RGB (Red+Green+Blue) = 172+22+90=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC165A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC165A is #53E9A5. Grayscale: #4A4A4A. Windows color (decimal): -5499302 or 5904044. OLE color: 5904044.

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

Color convert

RGB 172 22 90 -
CMYK 0 0.87 0.48 0.33
HSL 332.8º 0.77% 0.38% -
HSV(B) 332.8º 0.87% 0.67% -
XYZ 19.15 10.08 10.61 -
YUV 74.6 136.7 197.47 -
System Red Green Blue C M Y K H S L
Decimal 172 22 90 0 0.87 0.48 0.33 332.8 0.77 0.38
Hex AC 16 5A 0 57 30 21 14D 4D 26
Octal 254 26 132 0 127 60 41 515 115 46
Binary 10101100 10110 1011010 0 1010111 110000 100001 101001101 1001101 100110

Color Harmonies of #AC165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC165A

Black with #AC165A

Text Example


Text Example

White with #AC165A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC165A; }

 p { color: rgb(172,22,90); }

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

background-color css

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

 a { background-color: rgb(172,22,90); }

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

border-color css

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

 span { border-color: rgb(172,22,90); }

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