Html Css Color HEX #AB0163 Jazzberry Jam

📋 copy color: '#AB0163'

red 171 ◦ green 1 ◦ blue 99

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

Shades of Jazzberry Jam #AB0163

Tints of Jazzberry Jam #AB0163

RGB

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

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

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

R = 63.1%
G = 0.37%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AB0163 (or 0xAB0163) is known color: Jazzberry Jam. HEX triplet: AB, 01 and 63. RGB value is (171,1,99). Sum of RGB (Red+Green+Blue) = 171+1+99=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0163 is #54FE9C. Grayscale: #3E3E3E. Windows color (decimal): -5570205 or 6488491. OLE color: 6488491.

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

Color convert

RGB 171 1 99 -
CMYK 0 0.99 0.42 0.33
HSL 325.41º 0.99% 0.34% -
HSV(B) 325.41º 0.99% 0.67% -
XYZ 19.06 9.58 12.65 -
YUV 63 148.32 205.03 -
System Red Green Blue C M Y K H S L
Decimal 171 1 99 0 0.99 0.42 0.33 325.41 0.99 0.34
Hex AB 1 63 0 63 2A 21 145 63 22
Octal 253 1 143 0 143 52 41 505 143 42
Binary 10101011 1 1100011 0 1100011 101010 100001 101000101 1100011 100010

Color Harmonies of #AB0163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0163

Black with #AB0163

Text Example


Text Example

White with #AB0163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0163; }

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

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

background-color css

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

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

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

border-color css

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

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

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