Html Css Color HEX #AB1265 Jazzberry Jam

📋 copy color: '#AB1265'

red 171 ◦ green 18 ◦ blue 101

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

Shades of Jazzberry Jam #AB1265

Tints of Jazzberry Jam #AB1265

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.21%

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

R = 58.97%
G = 6.21%
B = 34.83%

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

#AB1265 (or 0xAB1265) is known color: Jazzberry Jam. HEX triplet: AB, 12 and 65. RGB value is (171,18,101). Sum of RGB (Red+Green+Blue) = 171+18+101=290 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.97% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1265 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1265 is #54ED9A. Grayscale: #494949. Windows color (decimal): -5565851 or 6623915. OLE color: 6623915.

HSL color Cylindrical-coordinate representation of color #AB1265: hue angle of 327.45º degrees, saturation: 0.81, 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 #AB1265 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 18 101 -
CMYK 0 0.89 0.41 0.33
HSL 327.45º 0.81% 0.37% -
HSV(B) 327.45º 0.89% 0.67% -
XYZ 19.36 10.03 13.23 -
YUV 73.21 143.69 197.75 -
System Red Green Blue C M Y K H S L
Decimal 171 18 101 0 0.89 0.41 0.33 327.45 0.81 0.37
Hex AB 12 65 0 59 29 21 147 51 25
Octal 253 22 145 0 131 51 41 507 121 45
Binary 10101011 10010 1100101 0 1011001 101001 100001 101000111 1010001 100101

Color Harmonies of #AB1265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1265

Black with #AB1265

Text Example


Text Example

White with #AB1265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1265; }

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

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

background-color css

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

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

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

border-color css

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

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

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