Html Css Color HEX #AB0061 Jazzberry Jam

📋 copy color: '#AB0061'

red 171 ◦ green 0 ◦ blue 97

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

Shades of Jazzberry Jam #AB0061

Tints of Jazzberry Jam #AB0061

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 97 (38.28% from 255) = 36.19%

R = 63.81%
G = 0%
B = 36.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AB0061 (or 0xAB0061) is known color: Jazzberry Jam. HEX triplet: AB, 00 and 61. RGB value is (171,0,97). Sum of RGB (Red+Green+Blue) = 171+0+97=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0061 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0061 is #54FF9E. Grayscale: #3D3D3D. Windows color (decimal): -5570463 or 6357163. OLE color: 6357163.

HSL color Cylindrical-coordinate representation of color #AB0061: hue angle of 325.96º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB0061 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 0 97 -
CMYK 0 1 0.43 0.33
HSL 325.96º 1% 0.34% -
HSV(B) 325.96º 1% 0.67% -
XYZ 18.95 9.52 12.15 -
YUV 62.19 147.65 205.61 -
System Red Green Blue C M Y K H S L
Decimal 171 0 97 0 1 0.43 0.33 325.96 1 0.34
Hex AB 0 61 0 64 2B 21 146 64 22
Octal 253 0 141 0 144 53 41 506 144 42
Binary 10101011 0 1100001 0 1100100 101011 100001 101000110 1100100 100010

Color Harmonies of #AB0061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0061

Black with #AB0061

Text Example


Text Example

White with #AB0061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0061; }

 p { color: rgb(171,0,97); }

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

background-color css

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

 a { background-color: rgb(171,0,97); }

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

border-color css

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

 span { border-color: rgb(171,0,97); }

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