Html Css Color HEX #AC125E Jazzberry Jam

📋 copy color: '#AC125E'

red 172 ◦ green 18 ◦ blue 94

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

Shades of Jazzberry Jam #AC125E

Tints of Jazzberry Jam #AC125E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.1%

R = 60.56%
G = 6.34%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC125E (or 0xAC125E) is known color: Jazzberry Jam. HEX triplet: AC, 12 and 5E. RGB value is (172,18,94). Sum of RGB (Red+Green+Blue) = 172+18+94=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC125E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC125E is #53EDA1. Grayscale: #484848. Windows color (decimal): -5500322 or 6165164. OLE color: 6165164.

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

Color convert

RGB 172 18 94 -
CMYK 0 0.90 0.45 0.33
HSL 330.39º 0.81% 0.37% -
HSV(B) 330.39º 0.9% 0.67% -
XYZ 19.25 10.01 11.51 -
YUV 72.71 140.02 198.82 -
System Red Green Blue C M Y K H S L
Decimal 172 18 94 0 0.90 0.45 0.33 330.39 0.81 0.37
Hex AC 12 5E 0 5A 2D 21 14A 51 25
Octal 254 22 136 0 132 55 41 512 121 45
Binary 10101100 10010 1011110 0 1011010 101101 100001 101001010 1010001 100101

Color Harmonies of #AC125E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC125E

Black with #AC125E

Text Example


Text Example

White with #AC125E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC125E; }

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

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

background-color css

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

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

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

border-color css

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

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

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