Html Css Color HEX #AB266B Jazzberry Jam

📋 copy color: '#AB266B'

red 171 ◦ green 38 ◦ blue 107

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

Shades of Jazzberry Jam #AB266B

Tints of Jazzberry Jam #AB266B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.03%

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

R = 54.11%
G = 12.03%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AB266B (or 0xAB266B) is known color: Jazzberry Jam. HEX triplet: AB, 26 and 6B. RGB value is (171,38,107). Sum of RGB (Red+Green+Blue) = 171+38+107=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB266B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB266B is #54D994. Grayscale: #555555. Windows color (decimal): -5560725 or 7022251. OLE color: 7022251.

HSL color Cylindrical-coordinate representation of color #AB266B: hue angle of 328.87º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB266B is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 38 107 -
CMYK 0 0.78 0.37 0.33
HSL 328.87º 0.64% 0.41% -
HSV(B) 328.87º 0.78% 0.67% -
XYZ 20.14 11.11 14.99 -
YUV 85.63 140.06 188.89 -
System Red Green Blue C M Y K H S L
Decimal 171 38 107 0 0.78 0.37 0.33 328.87 0.64 0.41
Hex AB 26 6B 0 4E 25 21 149 40 29
Octal 253 46 153 0 116 45 41 511 100 51
Binary 10101011 100110 1101011 0 1001110 100101 100001 101001001 1000000 101001

Color Harmonies of #AB266B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB266B

Black with #AB266B

Text Example


Text Example

White with #AB266B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB266B; }

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

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

background-color css

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

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

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

border-color css

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

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

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