Html Css Color HEX #AB1C62 Jazzberry Jam

📋 copy color: '#AB1C62'

red 171 ◦ green 28 ◦ blue 98

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

Shades of Jazzberry Jam #AB1C62

Tints of Jazzberry Jam #AB1C62

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.43%

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

R = 57.58%
G = 9.43%
B = 33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AB1C62 (or 0xAB1C62) is known color: Jazzberry Jam. HEX triplet: AB, 1C and 62. RGB value is (171,28,98). Sum of RGB (Red+Green+Blue) = 171+28+98=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 98 (38.67% from 255 or 33.00% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1C62 is #54E39D. Grayscale: #4E4E4E. Windows color (decimal): -5563294 or 6429867. OLE color: 6429867.

HSL color Cylindrical-coordinate representation of color #AB1C62: hue angle of 330.63º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB1C62 is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 28 98 -
CMYK 0 0.84 0.43 0.33
HSL 330.63º 0.72% 0.39% -
HSV(B) 330.63º 0.84% 0.67% -
XYZ 19.41 10.37 12.53 -
YUV 78.74 138.88 193.81 -
System Red Green Blue C M Y K H S L
Decimal 171 28 98 0 0.84 0.43 0.33 330.63 0.72 0.39
Hex AB 1C 62 0 54 2B 21 14B 48 27
Octal 253 34 142 0 124 53 41 513 110 47
Binary 10101011 11100 1100010 0 1010100 101011 100001 101001011 1001000 100111

Color Harmonies of #AB1C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1C62

Black with #AB1C62

Text Example


Text Example

White with #AB1C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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