Html Css Color HEX #AB0963 Jazzberry Jam

📋 copy color: '#AB0963'

red 171 ◦ green 9 ◦ blue 99

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

Shades of Jazzberry Jam #AB0963

Tints of Jazzberry Jam #AB0963

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.23%

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

R = 61.29%
G = 3.23%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AB0963 (or 0xAB0963) is known color: Jazzberry Jam. HEX triplet: AB, 09 and 63. RGB value is (171,9,99). Sum of RGB (Red+Green+Blue) = 171+9+99=279 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.29% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0963 is #54F69C. Grayscale: #434343. Windows color (decimal): -5568157 or 6490539. OLE color: 6490539.

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

Color convert

RGB 171 9 99 -
CMYK 0 0.95 0.42 0.33
HSL 326.67º 0.9% 0.35% -
HSV(B) 326.67º 0.95% 0.67% -
XYZ 19.14 9.75 12.68 -
YUV 67.7 145.67 201.68 -
System Red Green Blue C M Y K H S L
Decimal 171 9 99 0 0.95 0.42 0.33 326.67 0.9 0.35
Hex AB 9 63 0 5F 2A 21 147 5A 23
Octal 253 11 143 0 137 52 41 507 132 43
Binary 10101011 1001 1100011 0 1011111 101010 100001 101000111 1011010 100011

Color Harmonies of #AB0963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0963

Black with #AB0963

Text Example


Text Example

White with #AB0963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0963; }

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

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

background-color css

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

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

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

border-color css

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

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

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