Html Css Color HEX #AC1F5C Jazzberry Jam

📋 copy color: '#AC1F5C'

red 172 ◦ green 31 ◦ blue 92

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

Shades of Jazzberry Jam #AC1F5C

Tints of Jazzberry Jam #AC1F5C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.51%

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

R = 58.31%
G = 10.51%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC1F5C (or 0xAC1F5C) is known color: Jazzberry Jam. HEX triplet: AC, 1F and 5C. RGB value is (172,31,92). Sum of RGB (Red+Green+Blue) = 172+31+92=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 31 (12.5% from 255 or 10.51% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1F5C is #53E0A3. Grayscale: #505050. Windows color (decimal): -5496996 or 6037420. OLE color: 6037420.

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

Color convert

RGB 172 31 92 -
CMYK 0 0.82 0.47 0.33
HSL 334.04º 0.69% 0.4% -
HSV(B) 334.04º 0.82% 0.67% -
XYZ 19.44 10.52 11.13 -
YUV 80.11 134.71 193.54 -
System Red Green Blue C M Y K H S L
Decimal 172 31 92 0 0.82 0.47 0.33 334.04 0.69 0.4
Hex AC 1F 5C 0 52 2F 21 14E 45 28
Octal 254 37 134 0 122 57 41 516 105 50
Binary 10101100 11111 1011100 0 1010010 101111 100001 101001110 1000101 101000

Color Harmonies of #AC1F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1F5C

Black with #AC1F5C

Text Example


Text Example

White with #AC1F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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