Html Css Color HEX #AC1265 Jazzberry Jam

📋 copy color: '#AC1265'

red 172 ◦ green 18 ◦ blue 101

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

Shades of Jazzberry Jam #AC1265

Tints of Jazzberry Jam #AC1265

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.19%

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

R = 59.11%
G = 6.19%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC1265 (or 0xAC1265) is known color: Jazzberry Jam. HEX triplet: AC, 12 and 65. RGB value is (172,18,101). Sum of RGB (Red+Green+Blue) = 172+18+101=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1265 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1265 is #53ED9A. Grayscale: #494949. Windows color (decimal): -5500315 or 6623916. OLE color: 6623916.

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

Color convert

RGB 172 18 101 -
CMYK 0 0.90 0.41 0.33
HSL 327.66º 0.81% 0.37% -
HSV(B) 327.66º 0.9% 0.67% -
XYZ 19.58 10.14 13.24 -
YUV 73.51 143.52 198.25 -
System Red Green Blue C M Y K H S L
Decimal 172 18 101 0 0.90 0.41 0.33 327.66 0.81 0.37
Hex AC 12 65 0 5A 29 21 148 51 25
Octal 254 22 145 0 132 51 41 510 121 45
Binary 10101100 10010 1100101 0 1011010 101001 100001 101001000 1010001 100101

Color Harmonies of #AC1265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1265

Black with #AC1265

Text Example


Text Example

White with #AC1265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1265; }

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

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

background-color css

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

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

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

border-color css

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

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

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