Html Css Color HEX #AB0165 Jazzberry Jam

📋 copy color: '#AB0165'

red 171 ◦ green 1 ◦ blue 101

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

Shades of Jazzberry Jam #AB0165

Tints of Jazzberry Jam #AB0165

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 62.64%
G = 0.37%
B = 37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AB0165 (or 0xAB0165) is known color: Jazzberry Jam. HEX triplet: AB, 01 and 65. RGB value is (171,1,101). Sum of RGB (Red+Green+Blue) = 171+1+101=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0165 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0165 is #54FE9A. Grayscale: #3F3F3F. Windows color (decimal): -5570203 or 6619563. OLE color: 6619563.

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

Color convert

RGB 171 1 101 -
CMYK 0 0.99 0.41 0.33
HSL 324.71º 0.99% 0.34% -
HSV(B) 324.71º 0.99% 0.67% -
XYZ 19.15 9.62 13.16 -
YUV 63.23 149.32 204.87 -
System Red Green Blue C M Y K H S L
Decimal 171 1 101 0 0.99 0.41 0.33 324.71 0.99 0.34
Hex AB 1 65 0 63 29 21 145 63 22
Octal 253 1 145 0 143 51 41 505 143 42
Binary 10101011 1 1100101 0 1100011 101001 100001 101000101 1100011 100010

Color Harmonies of #AB0165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0165

Black with #AB0165

Text Example


Text Example

White with #AB0165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0165; }

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

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

background-color css

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

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

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

border-color css

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

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

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