Html Css Color HEX #AB1054 Jazzberry Jam

📋 copy color: '#AB1054'

red 171 ◦ green 16 ◦ blue 84

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

Shades of Jazzberry Jam #AB1054

Tints of Jazzberry Jam #AB1054

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.9%

 BLUE value IS 84 (33.2% from 255) = 31%

R = 63.1%
G = 5.9%
B = 31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AB1054 (or 0xAB1054) is known color: Jazzberry Jam. HEX triplet: AB, 10 and 54. RGB value is (171,16,84). Sum of RGB (Red+Green+Blue) = 171+16+84=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1054 is #54EFAB. Grayscale: #454545. Windows color (decimal): -5566380 or 5509291. OLE color: 5509291.

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

Color convert

RGB 171 16 84 -
CMYK 0 0.91 0.51 0.33
HSL 333.68º 0.83% 0.37% -
HSV(B) 333.68º 0.91% 0.67% -
XYZ 18.58 9.67 9.27 -
YUV 70.1 135.85 199.97 -
System Red Green Blue C M Y K H S L
Decimal 171 16 84 0 0.91 0.51 0.33 333.68 0.83 0.37
Hex AB 10 54 0 5B 33 21 14E 53 25
Octal 253 20 124 0 133 63 41 516 123 45
Binary 10101011 10000 1010100 0 1011011 110011 100001 101001110 1010011 100101

Color Harmonies of #AB1054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1054

Black with #AB1054

Text Example


Text Example

White with #AB1054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1054; }

 p { color: rgb(171,16,84); }

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

background-color css

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

 a { background-color: rgb(171,16,84); }

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

border-color css

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

 span { border-color: rgb(171,16,84); }

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