Html Css Color HEX #AB0865 Jazzberry Jam

📋 copy color: '#AB0865'

red 171 ◦ green 8 ◦ blue 101

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

Shades of Jazzberry Jam #AB0865

Tints of Jazzberry Jam #AB0865

RGB

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

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

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

R = 61.07%
G = 2.86%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AB0865 (or 0xAB0865) is known color: Jazzberry Jam. HEX triplet: AB, 08 and 65. RGB value is (171,8,101). Sum of RGB (Red+Green+Blue) = 171+8+101=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0865 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0865 is #54F79A. Grayscale: #434343. Windows color (decimal): -5568411 or 6621355. OLE color: 6621355.

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

Color convert

RGB 171 8 101 -
CMYK 0 0.95 0.41 0.33
HSL 325.77º 0.91% 0.35% -
HSV(B) 325.77º 0.95% 0.67% -
XYZ 19.23 9.77 13.18 -
YUV 67.34 147 201.94 -
System Red Green Blue C M Y K H S L
Decimal 171 8 101 0 0.95 0.41 0.33 325.77 0.91 0.35
Hex AB 8 65 0 5F 29 21 146 5B 23
Octal 253 10 145 0 137 51 41 506 133 43
Binary 10101011 1000 1100101 0 1011111 101001 100001 101000110 1011011 100011

Color Harmonies of #AB0865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0865

Black with #AB0865

Text Example


Text Example

White with #AB0865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0865; }

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

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

background-color css

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

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

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

border-color css

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

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

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