Html Css Color HEX #AB0F5E Jazzberry Jam

📋 copy color: '#AB0F5E'

red 171 ◦ green 15 ◦ blue 94

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

Shades of Jazzberry Jam #AB0F5E

Tints of Jazzberry Jam #AB0F5E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.36%

 BLUE value IS 94 (37.11% from 255) = 33.57%

R = 61.07%
G = 5.36%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AB0F5E (or 0xAB0F5E) is known color: Jazzberry Jam. HEX triplet: AB, 0F and 5E. RGB value is (171,15,94). Sum of RGB (Red+Green+Blue) = 171+15+94=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0F5E is #54F0A1. Grayscale: #464646. Windows color (decimal): -5566626 or 6164395. OLE color: 6164395.

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

Color convert

RGB 171 15 94 -
CMYK 0 0.91 0.45 0.33
HSL 329.62º 0.84% 0.36% -
HSV(B) 329.62º 0.91% 0.67% -
XYZ 18.99 9.81 11.48 -
YUV 70.65 141.18 199.58 -
System Red Green Blue C M Y K H S L
Decimal 171 15 94 0 0.91 0.45 0.33 329.62 0.84 0.36
Hex AB F 5E 0 5B 2D 21 14A 54 24
Octal 253 17 136 0 133 55 41 512 124 44
Binary 10101011 1111 1011110 0 1011011 101101 100001 101001010 1010100 100100

Color Harmonies of #AB0F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0F5E

Black with #AB0F5E

Text Example


Text Example

White with #AB0F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0F5E; }

 p { color: rgb(171,15,94); }

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

background-color css

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

 a { background-color: rgb(171,15,94); }

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

border-color css

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

 span { border-color: rgb(171,15,94); }

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