Html Css Color HEX #AB2364 Jazzberry Jam

📋 copy color: '#AB2364'

red 171 ◦ green 35 ◦ blue 100

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

Shades of Jazzberry Jam #AB2364

Tints of Jazzberry Jam #AB2364

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.44%

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

R = 55.88%
G = 11.44%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AB2364 (or 0xAB2364) is known color: Jazzberry Jam. HEX triplet: AB, 23 and 64. RGB value is (171,35,100). Sum of RGB (Red+Green+Blue) = 171+35+100=306 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.88% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2364 is #54DC9B. Grayscale: #525252. Windows color (decimal): -5561500 or 6562731. OLE color: 6562731.

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

Color convert

RGB 171 35 100 -
CMYK 0 0.80 0.42 0.33
HSL 331.32º 0.66% 0.4% -
HSV(B) 331.32º 0.8% 0.67% -
XYZ 19.7 10.78 13.1 -
YUV 83.07 137.56 190.71 -
System Red Green Blue C M Y K H S L
Decimal 171 35 100 0 0.80 0.42 0.33 331.32 0.66 0.4
Hex AB 23 64 0 50 2A 21 14B 42 28
Octal 253 43 144 0 120 52 41 513 102 50
Binary 10101011 100011 1100100 0 1010000 101010 100001 101001011 1000010 101000

Color Harmonies of #AB2364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2364

Black with #AB2364

Text Example


Text Example

White with #AB2364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2364; }

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

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

background-color css

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

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

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

border-color css

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

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

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