Html Css Color HEX #AB0446 Jazzberry Jam

📋 copy color: '#AB0446'

red 171 ◦ green 4 ◦ blue 70

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

Shades of Jazzberry Jam #AB0446

Tints of Jazzberry Jam #AB0446

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.63%

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

R = 69.8%
G = 1.63%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AB0446 (or 0xAB0446) is known color: Jazzberry Jam. HEX triplet: AB, 04 and 46. RGB value is (171,4,70). Sum of RGB (Red+Green+Blue) = 171+4+70=245 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.80% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 70 (27.73% from 255 or 28.57% from 245); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0446 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0446 is #54FBB9. Grayscale: #3D3D3D. Windows color (decimal): -5569466 or 4588715. OLE color: 4588715.

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

Color convert

RGB 171 4 70 -
CMYK 0 0.98 0.59 0.33
HSL 336.29º 0.95% 0.34% -
HSV(B) 336.29º 0.98% 0.67% -
XYZ 17.94 9.19 6.62 -
YUV 61.46 132.83 206.13 -
System Red Green Blue C M Y K H S L
Decimal 171 4 70 0 0.98 0.59 0.33 336.29 0.95 0.34
Hex AB 4 46 0 62 3B 21 150 5F 22
Octal 253 4 106 0 142 73 41 520 137 42
Binary 10101011 100 1000110 0 1100010 111011 100001 101010000 1011111 100010

Color Harmonies of #AB0446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0446

Black with #AB0446

Text Example


Text Example

White with #AB0446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0446; }

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

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

background-color css

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

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

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

border-color css

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

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

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