Html Css Color HEX #AB0246 Jazzberry Jam

📋 copy color: '#AB0246'

red 171 ◦ green 2 ◦ blue 70

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

Shades of Jazzberry Jam #AB0246

Tints of Jazzberry Jam #AB0246

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

 BLUE value IS 70 (27.73% from 255) = 28.81%

R = 70.37%
G = 0.82%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AB0246 (or 0xAB0246) is known color: Jazzberry Jam. HEX triplet: AB, 02 and 46. RGB value is (171,2,70). Sum of RGB (Red+Green+Blue) = 171+2+70=243 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.37% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 70 (27.73% from 255 or 28.81% from 243); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0246 is #54FDB9. Grayscale: #3C3C3C. Windows color (decimal): -5569978 or 4588203. OLE color: 4588203.

HSL color Cylindrical-coordinate representation of color #AB0246: hue angle of 335.86º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB0246 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 2 70 -
CMYK 0 0.99 0.59 0.33
HSL 335.86º 0.98% 0.34% -
HSV(B) 335.86º 0.99% 0.67% -
XYZ 17.92 9.14 6.61 -
YUV 60.28 133.49 206.97 -
System Red Green Blue C M Y K H S L
Decimal 171 2 70 0 0.99 0.59 0.33 335.86 0.98 0.34
Hex AB 2 46 0 63 3B 21 150 62 22
Octal 253 2 106 0 143 73 41 520 142 42
Binary 10101011 10 1000110 0 1100011 111011 100001 101010000 1100010 100010

Color Harmonies of #AB0246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0246

Black with #AB0246

Text Example


Text Example

White with #AB0246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0246; }

 p { color: rgb(171,2,70); }

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

background-color css

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

 a { background-color: rgb(171,2,70); }

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

border-color css

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

 span { border-color: rgb(171,2,70); }

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