Html Css Color HEX #AB0065 Jazzberry Jam

📋 copy color: '#AB0065'

red 171 ◦ green 0 ◦ blue 101

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

Shades of Jazzberry Jam #AB0065

Tints of Jazzberry Jam #AB0065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 37.13%

R = 62.87%
G = 0%
B = 37.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AB0065 (or 0xAB0065) is known color: Jazzberry Jam. HEX triplet: AB, 00 and 65. RGB value is (171,0,101). Sum of RGB (Red+Green+Blue) = 171+0+101=272 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.87% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0065 is #54FF9A. Grayscale: #3E3E3E. Windows color (decimal): -5570459 or 6619307. OLE color: 6619307.

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

Color convert

RGB 171 0 101 -
CMYK 0 1 0.41 0.33
HSL 324.56º 1% 0.34% -
HSV(B) 324.56º 1% 0.67% -
XYZ 19.14 9.6 13.16 -
YUV 62.64 149.65 205.29 -
System Red Green Blue C M Y K H S L
Decimal 171 0 101 0 1 0.41 0.33 324.56 1 0.34
Hex AB 0 65 0 64 29 21 145 64 22
Octal 253 0 145 0 144 51 41 505 144 42
Binary 10101011 0 1100101 0 1100100 101001 100001 101000101 1100100 100010

Color Harmonies of #AB0065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0065

Black with #AB0065

Text Example


Text Example

White with #AB0065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0065; }

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

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

background-color css

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

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

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

border-color css

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

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

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