Html Css Color HEX #AB1B5E Jazzberry Jam

📋 copy color: '#AB1B5E'

red 171 ◦ green 27 ◦ blue 94

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

Shades of Jazzberry Jam #AB1B5E

Tints of Jazzberry Jam #AB1B5E

RGB

 RED value IS 171 (67.19% from 255) = 58.56%

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

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

R = 58.56%
G = 9.25%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AB1B5E (or 0xAB1B5E) is known color: Jazzberry Jam. HEX triplet: AB, 1B and 5E. RGB value is (171,27,94). Sum of RGB (Red+Green+Blue) = 171+27+94=292 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.56% from 292); Green value is 27 (10.94% from 255 or 9.25% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1B5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1B5E is #54E4A1. Grayscale: #4D4D4D. Windows color (decimal): -5563554 or 6167467. OLE color: 6167467.

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

Color convert

RGB 171 27 94 -
CMYK 0 0.84 0.45 0.33
HSL 332.08º 0.73% 0.39% -
HSV(B) 332.08º 0.84% 0.67% -
XYZ 19.21 10.25 11.56 -
YUV 77.69 137.21 194.55 -
System Red Green Blue C M Y K H S L
Decimal 171 27 94 0 0.84 0.45 0.33 332.08 0.73 0.39
Hex AB 1B 5E 0 54 2D 21 14C 49 27
Octal 253 33 136 0 124 55 41 514 111 47
Binary 10101011 11011 1011110 0 1010100 101101 100001 101001100 1001001 100111

Color Harmonies of #AB1B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1B5E

Black with #AB1B5E

Text Example


Text Example

White with #AB1B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1B5E; }

 p { color: rgb(171,27,94); }

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

background-color css

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

 a { background-color: rgb(171,27,94); }

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

border-color css

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

 span { border-color: rgb(171,27,94); }

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