Html Css Color HEX #AB0964 Jazzberry Jam

📋 copy color: '#AB0964'

red 171 ◦ green 9 ◦ blue 100

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

Shades of Jazzberry Jam #AB0964

Tints of Jazzberry Jam #AB0964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.71%

R = 61.07%
G = 3.21%
B = 35.71%

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

#AB0964 (or 0xAB0964) is known color: Jazzberry Jam. HEX triplet: AB, 09 and 64. RGB value is (171,9,100). Sum of RGB (Red+Green+Blue) = 171+9+100=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0964 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0964 is #54F69B. Grayscale: #434343. Windows color (decimal): -5568156 or 6556075. OLE color: 6556075.

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

Color convert

RGB 171 9 100 -
CMYK 0 0.95 0.42 0.33
HSL 326.3º 0.9% 0.35% -
HSV(B) 326.3º 0.95% 0.67% -
XYZ 19.19 9.77 12.93 -
YUV 67.81 146.17 201.6 -
System Red Green Blue C M Y K H S L
Decimal 171 9 100 0 0.95 0.42 0.33 326.3 0.9 0.35
Hex AB 9 64 0 5F 2A 21 146 5A 23
Octal 253 11 144 0 137 52 41 506 132 43
Binary 10101011 1001 1100100 0 1011111 101010 100001 101000110 1011010 100011

Color Harmonies of #AB0964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0964

Black with #AB0964

Text Example


Text Example

White with #AB0964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0964; }

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

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

background-color css

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

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

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

border-color css

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

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

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