Html Css Color HEX #AB1267 Jazzberry Jam

📋 copy color: '#AB1267'

red 171 ◦ green 18 ◦ blue 103

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

Shades of Jazzberry Jam #AB1267

Tints of Jazzberry Jam #AB1267

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.16%

 BLUE value IS 103 (40.63% from 255) = 35.27%

R = 58.56%
G = 6.16%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AB1267 (or 0xAB1267) is known color: Jazzberry Jam. HEX triplet: AB, 12 and 67. RGB value is (171,18,103). Sum of RGB (Red+Green+Blue) = 171+18+103=292 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.56% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1267 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1267 is #54ED98. Grayscale: #494949. Windows color (decimal): -5565849 or 6754987. OLE color: 6754987.

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

Color convert

RGB 171 18 103 -
CMYK 0 0.89 0.40 0.33
HSL 326.67º 0.81% 0.37% -
HSV(B) 326.67º 0.89% 0.67% -
XYZ 19.46 10.07 13.75 -
YUV 73.44 144.69 197.59 -
System Red Green Blue C M Y K H S L
Decimal 171 18 103 0 0.89 0.40 0.33 326.67 0.81 0.37
Hex AB 12 67 0 59 28 21 147 51 25
Octal 253 22 147 0 131 50 41 507 121 45
Binary 10101011 10010 1100111 0 1011001 101000 100001 101000111 1010001 100101

Color Harmonies of #AB1267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1267

Black with #AB1267

Text Example


Text Example

White with #AB1267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1267; }

 p { color: rgb(171,18,103); }

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

background-color css

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

 a { background-color: rgb(171,18,103); }

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

border-color css

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

 span { border-color: rgb(171,18,103); }

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