Html Css Color HEX #AC1269 Jazzberry Jam

📋 copy color: '#AC1269'

red 172 ◦ green 18 ◦ blue 105

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

Shades of Jazzberry Jam #AC1269

Tints of Jazzberry Jam #AC1269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 35.59%

R = 58.31%
G = 6.1%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AC1269 (or 0xAC1269) is known color: Jazzberry Jam. HEX triplet: AC, 12 and 69. RGB value is (172,18,105). Sum of RGB (Red+Green+Blue) = 172+18+105=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1269 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1269 is #53ED96. Grayscale: #494949. Windows color (decimal): -5500311 or 6886060. OLE color: 6886060.

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

Color convert

RGB 172 18 105 -
CMYK 0 0.90 0.39 0.33
HSL 326.1º 0.81% 0.37% -
HSV(B) 326.1º 0.9% 0.67% -
XYZ 19.78 10.22 14.3 -
YUV 73.96 145.52 197.93 -
System Red Green Blue C M Y K H S L
Decimal 172 18 105 0 0.90 0.39 0.33 326.1 0.81 0.37
Hex AC 12 69 0 5A 27 21 146 51 25
Octal 254 22 151 0 132 47 41 506 121 45
Binary 10101100 10010 1101001 0 1011010 100111 100001 101000110 1010001 100101

Color Harmonies of #AC1269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1269

Black with #AC1269

Text Example


Text Example

White with #AC1269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1269; }

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

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

background-color css

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

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

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

border-color css

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

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

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