Html Css Color HEX #AB016B Jazzberry Jam

📋 copy color: '#AB016B'

red 171 ◦ green 1 ◦ blue 107

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

Shades of Jazzberry Jam #AB016B

Tints of Jazzberry Jam #AB016B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.35%

R = 61.29%
G = 0.36%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AB016B (or 0xAB016B) is known color: Jazzberry Jam. HEX triplet: AB, 01 and 6B. RGB value is (171,1,107). Sum of RGB (Red+Green+Blue) = 171+1+107=279 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.29% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 171 - color contains mainly: red. Hex color #AB016B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB016B is #54FE94. Grayscale: #3F3F3F. Windows color (decimal): -5570197 or 7012779. OLE color: 7012779.

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

Color convert

RGB 171 1 107 -
CMYK 0 0.99 0.37 0.33
HSL 322.59º 0.99% 0.34% -
HSV(B) 322.59º 0.99% 0.67% -
XYZ 19.46 9.74 14.76 -
YUV 63.91 152.32 204.38 -
System Red Green Blue C M Y K H S L
Decimal 171 1 107 0 0.99 0.37 0.33 322.59 0.99 0.34
Hex AB 1 6B 0 63 25 21 143 63 22
Octal 253 1 153 0 143 45 41 503 143 42
Binary 10101011 1 1101011 0 1100011 100101 100001 101000011 1100011 100010

Color Harmonies of #AB016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB016B

Black with #AB016B

Text Example


Text Example

White with #AB016B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB016B; }

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

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

background-color css

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

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

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

border-color css

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

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

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