Html Css Color HEX #AB0A63 Jazzberry Jam

📋 copy color: '#AB0A63'

red 171 ◦ green 10 ◦ blue 99

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

Shades of Jazzberry Jam #AB0A63

Tints of Jazzberry Jam #AB0A63

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.57%

 BLUE value IS 99 (39.06% from 255) = 35.36%

R = 61.07%
G = 3.57%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AB0A63 (or 0xAB0A63) is known color: Jazzberry Jam. HEX triplet: AB, 0A and 63. RGB value is (171,10,99). Sum of RGB (Red+Green+Blue) = 171+10+99=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0A63 is #54F59C. Grayscale: #444444. Windows color (decimal): -5567901 or 6490795. OLE color: 6490795.

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

Color convert

RGB 171 10 99 -
CMYK 0 0.94 0.42 0.33
HSL 326.83º 0.89% 0.35% -
HSV(B) 326.83º 0.94% 0.67% -
XYZ 19.16 9.78 12.68 -
YUV 68.29 145.34 201.26 -
System Red Green Blue C M Y K H S L
Decimal 171 10 99 0 0.94 0.42 0.33 326.83 0.89 0.35
Hex AB A 63 0 5E 2A 21 147 59 23
Octal 253 12 143 0 136 52 41 507 131 43
Binary 10101011 1010 1100011 0 1011110 101010 100001 101000111 1011001 100011

Color Harmonies of #AB0A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0A63

Black with #AB0A63

Text Example


Text Example

White with #AB0A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0A63; }

 p { color: rgb(171,10,99); }

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

background-color css

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

 a { background-color: rgb(171,10,99); }

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

border-color css

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

 span { border-color: rgb(171,10,99); }

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