Html Css Color HEX #AC1B5D Jazzberry Jam

📋 copy color: '#AC1B5D'

red 172 ◦ green 27 ◦ blue 93

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

Shades of Jazzberry Jam #AC1B5D

Tints of Jazzberry Jam #AC1B5D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.25%

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

R = 58.9%
G = 9.25%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC1B5D (or 0xAC1B5D) is known color: Jazzberry Jam. HEX triplet: AC, 1B and 5D. RGB value is (172,27,93). Sum of RGB (Red+Green+Blue) = 172+27+93=292 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.90% from 292); Green value is 27 (10.94% from 255 or 9.25% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1B5D is #53E4A2. Grayscale: #4D4D4D. Windows color (decimal): -5498019 or 6101932. OLE color: 6101932.

HSL color Cylindrical-coordinate representation of color #AC1B5D: hue angle of 332.69º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC1B5D is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 27 93 -
CMYK 0 0.84 0.46 0.33
HSL 332.69º 0.73% 0.39% -
HSV(B) 332.69º 0.84% 0.67% -
XYZ 19.38 10.34 11.33 -
YUV 77.88 136.54 195.13 -
System Red Green Blue C M Y K H S L
Decimal 172 27 93 0 0.84 0.46 0.33 332.69 0.73 0.39
Hex AC 1B 5D 0 54 2E 21 14D 49 27
Octal 254 33 135 0 124 56 41 515 111 47
Binary 10101100 11011 1011101 0 1010100 101110 100001 101001101 1001001 100111

Color Harmonies of #AC1B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1B5D

Black with #AC1B5D

Text Example


Text Example

White with #AC1B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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