Html Css Color HEX #AB2064 Jazzberry Jam

📋 copy color: '#AB2064'

red 171 ◦ green 32 ◦ blue 100

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

Shades of Jazzberry Jam #AB2064

Tints of Jazzberry Jam #AB2064

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.56%

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

R = 56.44%
G = 10.56%
B = 33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AB2064 (or 0xAB2064) is known color: Jazzberry Jam. HEX triplet: AB, 20 and 64. RGB value is (171,32,100). Sum of RGB (Red+Green+Blue) = 171+32+100=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2064 is #54DF9B. Grayscale: #515151. Windows color (decimal): -5562268 or 6561963. OLE color: 6561963.

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

Color convert

RGB 171 32 100 -
CMYK 0 0.81 0.42 0.33
HSL 330.65º 0.68% 0.4% -
HSV(B) 330.65º 0.81% 0.67% -
XYZ 19.61 10.61 13.07 -
YUV 81.31 138.55 191.97 -
System Red Green Blue C M Y K H S L
Decimal 171 32 100 0 0.81 0.42 0.33 330.65 0.68 0.4
Hex AB 20 64 0 51 2A 21 14B 44 28
Octal 253 40 144 0 121 52 41 513 104 50
Binary 10101011 100000 1100100 0 1010001 101010 100001 101001011 1000100 101000

Color Harmonies of #AB2064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2064

Black with #AB2064

Text Example


Text Example

White with #AB2064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2064; }

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

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

background-color css

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

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

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

border-color css

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

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

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