Html Css Color HEX #AB0D75 Jazzberry Jam

📋 copy color: '#AB0D75'

red 171 ◦ green 13 ◦ blue 117

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

Shades of Jazzberry Jam #AB0D75

Tints of Jazzberry Jam #AB0D75

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.32%

 BLUE value IS 117 (46.09% from 255) = 38.87%

R = 56.81%
G = 4.32%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AB0D75 (or 0xAB0D75) is known color: Jazzberry Jam. HEX triplet: AB, 0D and 75. RGB value is (171,13,117). Sum of RGB (Red+Green+Blue) = 171+13+117=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0D75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0D75 is #54F28A. Grayscale: #474747. Windows color (decimal): -5567115 or 7671211. OLE color: 7671211.

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

Color convert

RGB 171 13 117 -
CMYK 0 0.92 0.32 0.33
HSL 320.51º 0.86% 0.36% -
HSV(B) 320.51º 0.92% 0.67% -
XYZ 20.15 10.23 17.74 -
YUV 72.1 153.35 198.54 -
System Red Green Blue C M Y K H S L
Decimal 171 13 117 0 0.92 0.32 0.33 320.51 0.86 0.36
Hex AB D 75 0 5C 20 21 141 56 24
Octal 253 15 165 0 134 40 41 501 126 44
Binary 10101011 1101 1110101 0 1011100 100000 100001 101000001 1010110 100100

Color Harmonies of #AB0D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0D75

Black with #AB0D75

Text Example


Text Example

White with #AB0D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0D75; }

 p { color: rgb(171,13,117); }

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

background-color css

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

 a { background-color: rgb(171,13,117); }

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

border-color css

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

 span { border-color: rgb(171,13,117); }

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