Html Css Color HEX #AB266A Jazzberry Jam

📋 copy color: '#AB266A'

red 171 ◦ green 38 ◦ blue 106

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

Shades of Jazzberry Jam #AB266A

Tints of Jazzberry Jam #AB266A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.65%

R = 54.29%
G = 12.06%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AB266A (or 0xAB266A) is known color: Jazzberry Jam. HEX triplet: AB, 26 and 6A. RGB value is (171,38,106). Sum of RGB (Red+Green+Blue) = 171+38+106=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB266A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB266A is #54D995. Grayscale: #555555. Windows color (decimal): -5560726 or 6956715. OLE color: 6956715.

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

Color convert

RGB 171 38 106 -
CMYK 0 0.78 0.38 0.33
HSL 329.32º 0.64% 0.41% -
HSV(B) 329.32º 0.78% 0.67% -
XYZ 20.09 11.08 14.72 -
YUV 85.52 139.56 188.97 -
System Red Green Blue C M Y K H S L
Decimal 171 38 106 0 0.78 0.38 0.33 329.32 0.64 0.41
Hex AB 26 6A 0 4E 26 21 149 40 29
Octal 253 46 152 0 116 46 41 511 100 51
Binary 10101011 100110 1101010 0 1001110 100110 100001 101001001 1000000 101001

Color Harmonies of #AB266A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB266A

Black with #AB266A

Text Example


Text Example

White with #AB266A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB266A; }

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

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

background-color css

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

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

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

border-color css

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

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

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