Html Css Color HEX #AB1B6E Jazzberry Jam

📋 copy color: '#AB1B6E'

red 171 ◦ green 27 ◦ blue 110

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

Shades of Jazzberry Jam #AB1B6E

Tints of Jazzberry Jam #AB1B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.71%

R = 55.52%
G = 8.77%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AB1B6E (or 0xAB1B6E) is known color: Jazzberry Jam. HEX triplet: AB, 1B and 6E. RGB value is (171,27,110). Sum of RGB (Red+Green+Blue) = 171+27+110=308 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.52% from 308); Green value is 27 (10.94% from 255 or 8.77% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1B6E is #54E491. Grayscale: #4F4F4F. Windows color (decimal): -5563538 or 7216043. OLE color: 7216043.

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

Color convert

RGB 171 27 110 -
CMYK 0 0.84 0.36 0.33
HSL 325.42º 0.73% 0.39% -
HSV(B) 325.42º 0.84% 0.67% -
XYZ 20 10.57 15.74 -
YUV 79.52 145.21 193.25 -
System Red Green Blue C M Y K H S L
Decimal 171 27 110 0 0.84 0.36 0.33 325.42 0.73 0.39
Hex AB 1B 6E 0 54 24 21 145 49 27
Octal 253 33 156 0 124 44 41 505 111 47
Binary 10101011 11011 1101110 0 1010100 100100 100001 101000101 1001001 100111

Color Harmonies of #AB1B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1B6E

Black with #AB1B6E

Text Example


Text Example

White with #AB1B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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