Html Css Color HEX #AB0868 Jazzberry Jam

📋 copy color: '#AB0868'

red 171 ◦ green 8 ◦ blue 104

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

Shades of Jazzberry Jam #AB0868

Tints of Jazzberry Jam #AB0868

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.83%

 BLUE value IS 104 (41.02% from 255) = 36.75%

R = 60.42%
G = 2.83%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB0868 (or 0xAB0868) is known color: Jazzberry Jam. HEX triplet: AB, 08 and 68. RGB value is (171,8,104). Sum of RGB (Red+Green+Blue) = 171+8+104=283 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.42% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0868 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0868 is #54F797. Grayscale: #434343. Windows color (decimal): -5568408 or 6817963. OLE color: 6817963.

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

Color convert

RGB 171 8 104 -
CMYK 0 0.95 0.39 0.33
HSL 324.66º 0.91% 0.35% -
HSV(B) 324.66º 0.95% 0.67% -
XYZ 19.38 9.83 13.97 -
YUV 67.68 148.5 201.69 -
System Red Green Blue C M Y K H S L
Decimal 171 8 104 0 0.95 0.39 0.33 324.66 0.91 0.35
Hex AB 8 68 0 5F 27 21 145 5B 23
Octal 253 10 150 0 137 47 41 505 133 43
Binary 10101011 1000 1101000 0 1011111 100111 100001 101000101 1011011 100011

Color Harmonies of #AB0868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0868

Black with #AB0868

Text Example


Text Example

White with #AB0868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0868; }

 p { color: rgb(171,8,104); }

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

background-color css

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

 a { background-color: rgb(171,8,104); }

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

border-color css

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

 span { border-color: rgb(171,8,104); }

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