Html Css Color HEX #AC1F5D Jazzberry Jam

📋 copy color: '#AC1F5D'

red 172 ◦ green 31 ◦ blue 93

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

Shades of Jazzberry Jam #AC1F5D

Tints of Jazzberry Jam #AC1F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.42%

R = 58.11%
G = 10.47%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC1F5D (or 0xAC1F5D) is known color: Jazzberry Jam. HEX triplet: AC, 1F and 5D. RGB value is (172,31,93). Sum of RGB (Red+Green+Blue) = 172+31+93=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 31 (12.5% from 255 or 10.47% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1F5D is #53E0A2. Grayscale: #505050. Windows color (decimal): -5496995 or 6102956. OLE color: 6102956.

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

Color convert

RGB 172 31 93 -
CMYK 0 0.82 0.46 0.33
HSL 333.62º 0.69% 0.4% -
HSV(B) 333.62º 0.82% 0.67% -
XYZ 19.48 10.54 11.36 -
YUV 80.23 135.21 193.46 -
System Red Green Blue C M Y K H S L
Decimal 172 31 93 0 0.82 0.46 0.33 333.62 0.69 0.4
Hex AC 1F 5D 0 52 2E 21 14E 45 28
Octal 254 37 135 0 122 56 41 516 105 50
Binary 10101100 11111 1011101 0 1010010 101110 100001 101001110 1000101 101000

Color Harmonies of #AC1F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1F5D

Black with #AC1F5D

Text Example


Text Example

White with #AC1F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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