Html Css Color HEX #AC1E5C Jazzberry Jam

📋 copy color: '#AC1E5C'

red 172 ◦ green 30 ◦ blue 92

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

Shades of Jazzberry Jam #AC1E5C

Tints of Jazzberry Jam #AC1E5C

RGB

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

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

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

R = 58.5%
G = 10.2%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC1E5C (or 0xAC1E5C) is known color: Jazzberry Jam. HEX triplet: AC, 1E and 5C. RGB value is (172,30,92). Sum of RGB (Red+Green+Blue) = 172+30+92=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1E5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1E5C is #53E1A3. Grayscale: #4F4F4F. Windows color (decimal): -5497252 or 6037164. OLE color: 6037164.

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

Color convert

RGB 172 30 92 -
CMYK 0 0.83 0.47 0.33
HSL 333.8º 0.7% 0.4% -
HSV(B) 333.8º 0.83% 0.67% -
XYZ 19.41 10.47 11.12 -
YUV 79.53 135.04 193.96 -
System Red Green Blue C M Y K H S L
Decimal 172 30 92 0 0.83 0.47 0.33 333.8 0.7 0.4
Hex AC 1E 5C 0 53 2F 21 14E 46 28
Octal 254 36 134 0 123 57 41 516 106 50
Binary 10101100 11110 1011100 0 1010011 101111 100001 101001110 1000110 101000

Color Harmonies of #AC1E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1E5C

Black with #AC1E5C

Text Example


Text Example

White with #AC1E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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