Html Css Color HEX #AB1B66 Jazzberry Jam

📋 copy color: '#AB1B66'

red 171 ◦ green 27 ◦ blue 102

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

Shades of Jazzberry Jam #AB1B66

Tints of Jazzberry Jam #AB1B66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34%

R = 57%
G = 9%
B = 34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AB1B66 (or 0xAB1B66) is known color: Jazzberry Jam. HEX triplet: AB, 1B and 66. RGB value is (171,27,102). Sum of RGB (Red+Green+Blue) = 171+27+102=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 27 (10.94% from 255 or 9% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1B66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1B66 is #54E499. Grayscale: #4E4E4E. Windows color (decimal): -5563546 or 6691755. OLE color: 6691755.

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

Color convert

RGB 171 27 102 -
CMYK 0 0.84 0.40 0.33
HSL 328.75º 0.73% 0.39% -
HSV(B) 328.75º 0.84% 0.67% -
XYZ 19.58 10.4 13.55 -
YUV 78.61 141.21 193.9 -
System Red Green Blue C M Y K H S L
Decimal 171 27 102 0 0.84 0.40 0.33 328.75 0.73 0.39
Hex AB 1B 66 0 54 28 21 149 49 27
Octal 253 33 146 0 124 50 41 511 111 47
Binary 10101011 11011 1100110 0 1010100 101000 100001 101001001 1001001 100111

Color Harmonies of #AB1B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1B66

Black with #AB1B66

Text Example


Text Example

White with #AB1B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1B66; }

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

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

background-color css

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

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

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

border-color css

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

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

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