Html Css Color HEX #AB083F Jazzberry Jam

📋 copy color: '#AB083F'

red 171 ◦ green 8 ◦ blue 63

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

Shades of Jazzberry Jam #AB083F

Tints of Jazzberry Jam #AB083F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.31%

 BLUE value IS 63 (25% from 255) = 26.03%

R = 70.66%
G = 3.31%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB083F (or 0xAB083F) is known color: Jazzberry Jam. HEX triplet: AB, 08 and 3F. RGB value is (171,8,63). Sum of RGB (Red+Green+Blue) = 171+8+63=242 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.66% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 171 - color contains mainly: red. Hex color #AB083F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB083F is #54F7C0. Grayscale: #3E3E3E. Windows color (decimal): -5568449 or 4130987. OLE color: 4130987.

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

Color convert

RGB 171 8 63 -
CMYK 0 0.95 0.63 0.33
HSL 339.75º 0.91% 0.35% -
HSV(B) 339.75º 0.95% 0.67% -
XYZ 17.78 9.19 5.54 -
YUV 63.01 128 205.03 -
System Red Green Blue C M Y K H S L
Decimal 171 8 63 0 0.95 0.63 0.33 339.75 0.91 0.35
Hex AB 8 3F 0 5F 3F 21 154 5B 23
Octal 253 10 77 0 137 77 41 524 133 43
Binary 10101011 1000 111111 0 1011111 111111 100001 101010100 1011011 100011

Color Harmonies of #AB083F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB083F

Black with #AB083F

Text Example


Text Example

White with #AB083F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB083F; }

 p { color: rgb(171,8,63); }

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

background-color css

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

 a { background-color: rgb(171,8,63); }

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

border-color css

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

 span { border-color: rgb(171,8,63); }

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