Html Css Color HEX #AB2260 Jazzberry Jam

📋 copy color: '#AB2260'

red 171 ◦ green 34 ◦ blue 96

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

Shades of Jazzberry Jam #AB2260

Tints of Jazzberry Jam #AB2260

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.3%

 BLUE value IS 96 (37.89% from 255) = 31.89%

R = 56.81%
G = 11.3%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB2260 (or 0xAB2260) is known color: Jazzberry Jam. HEX triplet: AB, 22 and 60. RGB value is (171,34,96). Sum of RGB (Red+Green+Blue) = 171+34+96=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2260 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2260 is #54DD9F. Grayscale: #515151. Windows color (decimal): -5561760 or 6300331. OLE color: 6300331.

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

Color convert

RGB 171 34 96 -
CMYK 0 0.80 0.44 0.33
HSL 332.85º 0.67% 0.4% -
HSV(B) 332.85º 0.8% 0.67% -
XYZ 19.48 10.65 12.09 -
YUV 82.03 135.89 191.46 -
System Red Green Blue C M Y K H S L
Decimal 171 34 96 0 0.80 0.44 0.33 332.85 0.67 0.4
Hex AB 22 60 0 50 2C 21 14D 43 28
Octal 253 42 140 0 120 54 41 515 103 50
Binary 10101011 100010 1100000 0 1010000 101100 100001 101001101 1000011 101000

Color Harmonies of #AB2260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2260

Black with #AB2260

Text Example


Text Example

White with #AB2260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2260; }

 p { color: rgb(171,34,96); }

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

background-color css

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

 a { background-color: rgb(171,34,96); }

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

border-color css

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

 span { border-color: rgb(171,34,96); }

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