Html Css Color HEX #AC1E6C Jazzberry Jam

📋 copy color: '#AC1E6C'

red 172 ◦ green 30 ◦ blue 108

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

Shades of Jazzberry Jam #AC1E6C

Tints of Jazzberry Jam #AC1E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.84%

R = 55.48%
G = 9.68%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC1E6C (or 0xAC1E6C) is known color: Jazzberry Jam. HEX triplet: AC, 1E and 6C. RGB value is (172,30,108). Sum of RGB (Red+Green+Blue) = 172+30+108=310 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.48% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1E6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1E6C is #53E193. Grayscale: #515151. Windows color (decimal): -5497236 or 7085740. OLE color: 7085740.

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

Color convert

RGB 172 30 108 -
CMYK 0 0.83 0.37 0.33
HSL 327.04º 0.7% 0.4% -
HSV(B) 327.04º 0.83% 0.67% -
XYZ 20.18 10.78 15.2 -
YUV 81.35 143.04 192.66 -
System Red Green Blue C M Y K H S L
Decimal 172 30 108 0 0.83 0.37 0.33 327.04 0.7 0.4
Hex AC 1E 6C 0 53 25 21 147 46 28
Octal 254 36 154 0 123 45 41 507 106 50
Binary 10101100 11110 1101100 0 1010011 100101 100001 101000111 1000110 101000

Color Harmonies of #AC1E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1E6C

Black with #AC1E6C

Text Example


Text Example

White with #AC1E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1E6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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