Html Css Color HEX #AB1365 Jazzberry Jam

📋 copy color: '#AB1365'

red 171 ◦ green 19 ◦ blue 101

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

Shades of Jazzberry Jam #AB1365

Tints of Jazzberry Jam #AB1365

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.53%

 BLUE value IS 101 (39.84% from 255) = 34.71%

R = 58.76%
G = 6.53%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AB1365 (or 0xAB1365) is known color: Jazzberry Jam. HEX triplet: AB, 13 and 65. RGB value is (171,19,101). Sum of RGB (Red+Green+Blue) = 171+19+101=291 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.76% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1365 is #54EC9A. Grayscale: #494949. Windows color (decimal): -5565595 or 6624171. OLE color: 6624171.

HSL color Cylindrical-coordinate representation of color #AB1365: hue angle of 327.63º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB1365 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 19 101 -
CMYK 0 0.89 0.41 0.33
HSL 327.63º 0.8% 0.37% -
HSV(B) 327.63º 0.89% 0.67% -
XYZ 19.38 10.06 13.23 -
YUV 73.8 143.36 197.33 -
System Red Green Blue C M Y K H S L
Decimal 171 19 101 0 0.89 0.41 0.33 327.63 0.8 0.37
Hex AB 13 65 0 59 29 21 148 50 25
Octal 253 23 145 0 131 51 41 510 120 45
Binary 10101011 10011 1100101 0 1011001 101001 100001 101001000 1010000 100101

Color Harmonies of #AB1365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1365

Black with #AB1365

Text Example


Text Example

White with #AB1365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1365; }

 p { color: rgb(171,19,101); }

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

background-color css

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

 a { background-color: rgb(171,19,101); }

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

border-color css

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

 span { border-color: rgb(171,19,101); }

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