Html Css Color HEX #AB0853 Jazzberry Jam

📋 copy color: '#AB0853'

red 171 ◦ green 8 ◦ blue 83

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

Shades of Jazzberry Jam #AB0853

Tints of Jazzberry Jam #AB0853

RGB

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

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

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

R = 65.27%
G = 3.05%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AB0853 (or 0xAB0853) is known color: Jazzberry Jam. HEX triplet: AB, 08 and 53. RGB value is (171,8,83). Sum of RGB (Red+Green+Blue) = 171+8+83=262 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.27% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0853 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0853 is #54F7AC. Grayscale: #414141. Windows color (decimal): -5568429 or 5441707. OLE color: 5441707.

HSL color Cylindrical-coordinate representation of color #AB0853: hue angle of 332.39º 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 #AB0853 is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 8 83 -
CMYK 0 0.95 0.51 0.33
HSL 332.39º 0.91% 0.35% -
HSV(B) 332.39º 0.95% 0.67% -
XYZ 18.44 9.46 9.04 -
YUV 65.29 138 203.4 -
System Red Green Blue C M Y K H S L
Decimal 171 8 83 0 0.95 0.51 0.33 332.39 0.91 0.35
Hex AB 8 53 0 5F 33 21 14C 5B 23
Octal 253 10 123 0 137 63 41 514 133 43
Binary 10101011 1000 1010011 0 1011111 110011 100001 101001100 1011011 100011

Color Harmonies of #AB0853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0853

Black with #AB0853

Text Example


Text Example

White with #AB0853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0853; }

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

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

background-color css

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

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

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

border-color css

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

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

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