Html Css Color HEX #AB0E53 Jazzberry Jam

📋 copy color: '#AB0E53'

red 171 ◦ green 14 ◦ blue 83

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

Shades of Jazzberry Jam #AB0E53

Tints of Jazzberry Jam #AB0E53

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.22%

 BLUE value IS 83 (32.81% from 255) = 30.97%

R = 63.81%
G = 5.22%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AB0E53 (or 0xAB0E53) is known color: Jazzberry Jam. HEX triplet: AB, 0E and 53. RGB value is (171,14,83). Sum of RGB (Red+Green+Blue) = 171+14+83=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 14 (5.86% from 255 or 5.22% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0E53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0E53 is #54F1AC. Grayscale: #444444. Windows color (decimal): -5566893 or 5443243. OLE color: 5443243.

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

Color convert

RGB 171 14 83 -
CMYK 0 0.92 0.51 0.33
HSL 333.63º 0.85% 0.36% -
HSV(B) 333.63º 0.92% 0.67% -
XYZ 18.51 9.6 9.06 -
YUV 68.81 136.01 200.89 -
System Red Green Blue C M Y K H S L
Decimal 171 14 83 0 0.92 0.51 0.33 333.63 0.85 0.36
Hex AB E 53 0 5C 33 21 14E 55 24
Octal 253 16 123 0 134 63 41 516 125 44
Binary 10101011 1110 1010011 0 1011100 110011 100001 101001110 1010101 100100

Color Harmonies of #AB0E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0E53

Black with #AB0E53

Text Example


Text Example

White with #AB0E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0E53; }

 p { color: rgb(171,14,83); }

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

background-color css

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

 a { background-color: rgb(171,14,83); }

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

border-color css

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

 span { border-color: rgb(171,14,83); }

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