Html Css Color HEX #AC125D Jazzberry Jam

📋 copy color: '#AC125D'

red 172 ◦ green 18 ◦ blue 93

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

Shades of Jazzberry Jam #AC125D

Tints of Jazzberry Jam #AC125D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.86%

R = 60.78%
G = 6.36%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC125D (or 0xAC125D) is known color: Jazzberry Jam. HEX triplet: AC, 12 and 5D. RGB value is (172,18,93). Sum of RGB (Red+Green+Blue) = 172+18+93=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC125D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC125D is #53EDA2. Grayscale: #484848. Windows color (decimal): -5500323 or 6099628. OLE color: 6099628.

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

Color convert

RGB 172 18 93 -
CMYK 0 0.90 0.46 0.33
HSL 330.78º 0.81% 0.37% -
HSV(B) 330.78º 0.9% 0.67% -
XYZ 19.21 9.99 11.27 -
YUV 72.6 139.52 198.9 -
System Red Green Blue C M Y K H S L
Decimal 172 18 93 0 0.90 0.46 0.33 330.78 0.81 0.37
Hex AC 12 5D 0 5A 2E 21 14B 51 25
Octal 254 22 135 0 132 56 41 513 121 45
Binary 10101100 10010 1011101 0 1011010 101110 100001 101001011 1010001 100101

Color Harmonies of #AC125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC125D

Black with #AC125D

Text Example


Text Example

White with #AC125D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC125D; }

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

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

background-color css

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

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

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

border-color css

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

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

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