Html Css Color HEX #AB1F64 Jazzberry Jam

📋 copy color: '#AB1F64'

red 171 ◦ green 31 ◦ blue 100

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

Shades of Jazzberry Jam #AB1F64

Tints of Jazzberry Jam #AB1F64

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.26%

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

R = 56.62%
G = 10.26%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AB1F64 (or 0xAB1F64) is known color: Jazzberry Jam. HEX triplet: AB, 1F and 64. RGB value is (171,31,100). Sum of RGB (Red+Green+Blue) = 171+31+100=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1F64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1F64 is #54E09B. Grayscale: #505050. Windows color (decimal): -5562524 or 6561707. OLE color: 6561707.

HSL color Cylindrical-coordinate representation of color #AB1F64: hue angle of 330.43º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB1F64 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 31 100 -
CMYK 0 0.82 0.42 0.33
HSL 330.43º 0.69% 0.4% -
HSV(B) 330.43º 0.82% 0.67% -
XYZ 19.58 10.56 13.06 -
YUV 80.73 138.88 192.39 -
System Red Green Blue C M Y K H S L
Decimal 171 31 100 0 0.82 0.42 0.33 330.43 0.69 0.4
Hex AB 1F 64 0 52 2A 21 14A 45 28
Octal 253 37 144 0 122 52 41 512 105 50
Binary 10101011 11111 1100100 0 1010010 101010 100001 101001010 1000101 101000

Color Harmonies of #AB1F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1F64

Black with #AB1F64

Text Example


Text Example

White with #AB1F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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