Html Css Color HEX #AC1A58 Jazzberry Jam

📋 copy color: '#AC1A58'

red 172 ◦ green 26 ◦ blue 88

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

Shades of Jazzberry Jam #AC1A58

Tints of Jazzberry Jam #AC1A58

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.09%

 BLUE value IS 88 (34.77% from 255) = 30.77%

R = 60.14%
G = 9.09%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC1A58 (or 0xAC1A58) is known color: Jazzberry Jam. HEX triplet: AC, 1A and 58. RGB value is (172,26,88). Sum of RGB (Red+Green+Blue) = 172+26+88=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1A58 is #53E5A7. Grayscale: #4C4C4C. Windows color (decimal): -5498280 or 5773996. OLE color: 5773996.

HSL color Cylindrical-coordinate representation of color #AC1A58: hue angle of 334.52º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1A58 is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 26 88 -
CMYK 0 0.85 0.49 0.33
HSL 334.52º 0.74% 0.39% -
HSV(B) 334.52º 0.85% 0.67% -
XYZ 19.14 10.21 10.2 -
YUV 76.72 134.37 195.96 -
System Red Green Blue C M Y K H S L
Decimal 172 26 88 0 0.85 0.49 0.33 334.52 0.74 0.39
Hex AC 1A 58 0 55 31 21 14F 4A 27
Octal 254 32 130 0 125 61 41 517 112 47
Binary 10101100 11010 1011000 0 1010101 110001 100001 101001111 1001010 100111

Color Harmonies of #AC1A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1A58

Black with #AC1A58

Text Example


Text Example

White with #AC1A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1A58; }

 p { color: rgb(172,26,88); }

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

background-color css

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

 a { background-color: rgb(172,26,88); }

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

border-color css

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

 span { border-color: rgb(172,26,88); }

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