Html Css Color HEX #AB1C64 Jazzberry Jam

📋 copy color: '#AB1C64'

red 171 ◦ green 28 ◦ blue 100

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

Shades of Jazzberry Jam #AB1C64

Tints of Jazzberry Jam #AB1C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.44%

R = 57.19%
G = 9.36%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AB1C64 (or 0xAB1C64) is known color: Jazzberry Jam. HEX triplet: AB, 1C and 64. RGB value is (171,28,100). Sum of RGB (Red+Green+Blue) = 171+28+100=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 28 (11.33% from 255 or 9.36% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1C64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1C64 is #54E39B. Grayscale: #4E4E4E. Windows color (decimal): -5563292 or 6560939. OLE color: 6560939.

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

Color convert

RGB 171 28 100 -
CMYK 0 0.84 0.42 0.33
HSL 329.79º 0.72% 0.39% -
HSV(B) 329.79º 0.84% 0.67% -
XYZ 19.51 10.41 13.04 -
YUV 78.97 139.88 193.65 -
System Red Green Blue C M Y K H S L
Decimal 171 28 100 0 0.84 0.42 0.33 329.79 0.72 0.39
Hex AB 1C 64 0 54 2A 21 14A 48 27
Octal 253 34 144 0 124 52 41 512 110 47
Binary 10101011 11100 1100100 0 1010100 101010 100001 101001010 1001000 100111

Color Harmonies of #AB1C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1C64

Black with #AB1C64

Text Example


Text Example

White with #AB1C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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