Html Css Color HEX #AC1F5E Jazzberry Jam

📋 copy color: '#AC1F5E'

red 172 ◦ green 31 ◦ blue 94

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

Shades of Jazzberry Jam #AC1F5E

Tints of Jazzberry Jam #AC1F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.65%

R = 57.91%
G = 10.44%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC1F5E (or 0xAC1F5E) is known color: Jazzberry Jam. HEX triplet: AC, 1F and 5E. RGB value is (172,31,94). Sum of RGB (Red+Green+Blue) = 172+31+94=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1F5E is #53E0A1. Grayscale: #505050. Windows color (decimal): -5496994 or 6168492. OLE color: 6168492.

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

Color convert

RGB 172 31 94 -
CMYK 0 0.82 0.45 0.33
HSL 333.19º 0.69% 0.4% -
HSV(B) 333.19º 0.82% 0.67% -
XYZ 19.52 10.56 11.6 -
YUV 80.34 135.71 193.38 -
System Red Green Blue C M Y K H S L
Decimal 172 31 94 0 0.82 0.45 0.33 333.19 0.69 0.4
Hex AC 1F 5E 0 52 2D 21 14D 45 28
Octal 254 37 136 0 122 55 41 515 105 50
Binary 10101100 11111 1011110 0 1010010 101101 100001 101001101 1000101 101000

Color Harmonies of #AC1F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1F5E

Black with #AC1F5E

Text Example


Text Example

White with #AC1F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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