Html Css Color HEX #AB1362 Jazzberry Jam

📋 copy color: '#AB1362'

red 171 ◦ green 19 ◦ blue 98

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

Shades of Jazzberry Jam #AB1362

Tints of Jazzberry Jam #AB1362

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.6%

 BLUE value IS 98 (38.67% from 255) = 34.03%

R = 59.38%
G = 6.6%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AB1362 (or 0xAB1362) is known color: Jazzberry Jam. HEX triplet: AB, 13 and 62. RGB value is (171,19,98). Sum of RGB (Red+Green+Blue) = 171+19+98=288 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.38% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 98 (38.67% from 255 or 34.03% from 288); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1362 is #54EC9D. Grayscale: #494949. Windows color (decimal): -5565598 or 6427563. OLE color: 6427563.

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

Color convert

RGB 171 19 98 -
CMYK 0 0.89 0.43 0.33
HSL 328.82º 0.8% 0.37% -
HSV(B) 328.82º 0.89% 0.67% -
XYZ 19.23 10.01 12.47 -
YUV 73.45 141.86 197.58 -
System Red Green Blue C M Y K H S L
Decimal 171 19 98 0 0.89 0.43 0.33 328.82 0.8 0.37
Hex AB 13 62 0 59 2B 21 149 50 25
Octal 253 23 142 0 131 53 41 511 120 45
Binary 10101011 10011 1100010 0 1011001 101011 100001 101001001 1010000 100101

Color Harmonies of #AB1362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1362

Black with #AB1362

Text Example


Text Example

White with #AB1362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1362; }

 p { color: rgb(171,19,98); }

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

background-color css

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

 a { background-color: rgb(171,19,98); }

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

border-color css

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

 span { border-color: rgb(171,19,98); }

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