Html Css Color HEX #AB1268 Jazzberry Jam

📋 copy color: '#AB1268'

red 171 ◦ green 18 ◦ blue 104

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

Shades of Jazzberry Jam #AB1268

Tints of Jazzberry Jam #AB1268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.49%

R = 58.36%
G = 6.14%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB1268 (or 0xAB1268) is known color: Jazzberry Jam. HEX triplet: AB, 12 and 68. RGB value is (171,18,104). Sum of RGB (Red+Green+Blue) = 171+18+104=293 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.36% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1268 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1268 is #54ED97. Grayscale: #494949. Windows color (decimal): -5565848 or 6820523. OLE color: 6820523.

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

Color convert

RGB 171 18 104 -
CMYK 0 0.89 0.39 0.33
HSL 326.27º 0.81% 0.37% -
HSV(B) 326.27º 0.89% 0.67% -
XYZ 19.51 10.09 14.02 -
YUV 73.55 145.19 197.51 -
System Red Green Blue C M Y K H S L
Decimal 171 18 104 0 0.89 0.39 0.33 326.27 0.81 0.37
Hex AB 12 68 0 59 27 21 146 51 25
Octal 253 22 150 0 131 47 41 506 121 45
Binary 10101011 10010 1101000 0 1011001 100111 100001 101000110 1010001 100101

Color Harmonies of #AB1268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1268

Black with #AB1268

Text Example


Text Example

White with #AB1268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1268; }

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

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

background-color css

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

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

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

border-color css

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

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

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