Html Css Color HEX #AB015B Jazzberry Jam

📋 copy color: '#AB015B'

red 171 ◦ green 1 ◦ blue 91

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

Shades of Jazzberry Jam #AB015B

Tints of Jazzberry Jam #AB015B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 34.6%

R = 65.02%
G = 0.38%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB015B (or 0xAB015B) is known color: Jazzberry Jam. HEX triplet: AB, 01 and 5B. RGB value is (171,1,91). Sum of RGB (Red+Green+Blue) = 171+1+91=263 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.02% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 171 - color contains mainly: red. Hex color #AB015B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB015B is #54FEA4. Grayscale: #3D3D3D. Windows color (decimal): -5570213 or 5964203. OLE color: 5964203.

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

Color convert

RGB 171 1 91 -
CMYK 0 0.99 0.47 0.33
HSL 328.24º 0.99% 0.34% -
HSV(B) 328.24º 0.99% 0.67% -
XYZ 18.69 9.43 10.73 -
YUV 62.09 144.32 205.68 -
System Red Green Blue C M Y K H S L
Decimal 171 1 91 0 0.99 0.47 0.33 328.24 0.99 0.34
Hex AB 1 5B 0 63 2F 21 148 63 22
Octal 253 1 133 0 143 57 41 510 143 42
Binary 10101011 1 1011011 0 1100011 101111 100001 101001000 1100011 100010

Color Harmonies of #AB015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB015B

Black with #AB015B

Text Example


Text Example

White with #AB015B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB015B; }

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

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

background-color css

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

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

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

border-color css

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

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

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