Html Css Color HEX #AC1E58 Jazzberry Jam

📋 copy color: '#AC1E58'

red 172 ◦ green 30 ◦ blue 88

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

Shades of Jazzberry Jam #AC1E58

Tints of Jazzberry Jam #AC1E58

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.34%

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

R = 59.31%
G = 10.34%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC1E58 (or 0xAC1E58) is known color: Jazzberry Jam. HEX triplet: AC, 1E and 58. RGB value is (172,30,88). Sum of RGB (Red+Green+Blue) = 172+30+88=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1E58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1E58 is #53E1A7. Grayscale: #4E4E4E. Windows color (decimal): -5497256 or 5775020. OLE color: 5775020.

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

Color convert

RGB 172 30 88 -
CMYK 0 0.83 0.49 0.33
HSL 335.49º 0.7% 0.4% -
HSV(B) 335.49º 0.83% 0.67% -
XYZ 19.24 10.4 10.23 -
YUV 79.07 133.04 194.28 -
System Red Green Blue C M Y K H S L
Decimal 172 30 88 0 0.83 0.49 0.33 335.49 0.7 0.4
Hex AC 1E 58 0 53 31 21 14F 46 28
Octal 254 36 130 0 123 61 41 517 106 50
Binary 10101100 11110 1011000 0 1010011 110001 100001 101001111 1000110 101000

Color Harmonies of #AC1E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1E58

Black with #AC1E58

Text Example


Text Example

White with #AC1E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1E58; }

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

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

background-color css

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

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

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

border-color css

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

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

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