Html Css Color HEX #AC125C Jazzberry Jam

📋 copy color: '#AC125C'

red 172 ◦ green 18 ◦ blue 92

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

Shades of Jazzberry Jam #AC125C

Tints of Jazzberry Jam #AC125C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.62%

R = 60.99%
G = 6.38%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC125C (or 0xAC125C) is known color: Jazzberry Jam. HEX triplet: AC, 12 and 5C. RGB value is (172,18,92). Sum of RGB (Red+Green+Blue) = 172+18+92=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC125C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC125C is #53EDA3. Grayscale: #484848. Windows color (decimal): -5500324 or 6034092. OLE color: 6034092.

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

Color convert

RGB 172 18 92 -
CMYK 0 0.90 0.47 0.33
HSL 331.17º 0.81% 0.37% -
HSV(B) 331.17º 0.9% 0.67% -
XYZ 19.16 9.98 11.04 -
YUV 72.48 139.02 198.98 -
System Red Green Blue C M Y K H S L
Decimal 172 18 92 0 0.90 0.47 0.33 331.17 0.81 0.37
Hex AC 12 5C 0 5A 2F 21 14B 51 25
Octal 254 22 134 0 132 57 41 513 121 45
Binary 10101100 10010 1011100 0 1011010 101111 100001 101001011 1010001 100101

Color Harmonies of #AC125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC125C

Black with #AC125C

Text Example


Text Example

White with #AC125C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC125C; }

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

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

background-color css

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

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

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

border-color css

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

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

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