Html Css Color HEX #AC125A Jazzberry Jam

📋 copy color: '#AC125A'

red 172 ◦ green 18 ◦ blue 90

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

Shades of Jazzberry Jam #AC125A

Tints of Jazzberry Jam #AC125A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.14%

R = 61.43%
G = 6.43%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC125A (or 0xAC125A) is known color: Jazzberry Jam. HEX triplet: AC, 12 and 5A. RGB value is (172,18,90). Sum of RGB (Red+Green+Blue) = 172+18+90=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC125A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC125A is #53EDA5. Grayscale: #484848. Windows color (decimal): -5500326 or 5903020. OLE color: 5903020.

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

Color convert

RGB 172 18 90 -
CMYK 0 0.90 0.48 0.33
HSL 331.95º 0.81% 0.37% -
HSV(B) 331.95º 0.9% 0.67% -
XYZ 19.08 9.94 10.59 -
YUV 72.25 138.02 199.15 -
System Red Green Blue C M Y K H S L
Decimal 172 18 90 0 0.90 0.48 0.33 331.95 0.81 0.37
Hex AC 12 5A 0 5A 30 21 14C 51 25
Octal 254 22 132 0 132 60 41 514 121 45
Binary 10101100 10010 1011010 0 1011010 110000 100001 101001100 1010001 100101

Color Harmonies of #AC125A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC125A

Black with #AC125A

Text Example


Text Example

White with #AC125A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC125A; }

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

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

background-color css

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

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

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

border-color css

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

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

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