Html Css Color HEX #AB205D Jazzberry Jam

📋 copy color: '#AB205D'

red 171 ◦ green 32 ◦ blue 93

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

Shades of Jazzberry Jam #AB205D

Tints of Jazzberry Jam #AB205D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.42%

R = 57.77%
G = 10.81%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AB205D (or 0xAB205D) is known color: Jazzberry Jam. HEX triplet: AB, 20 and 5D. RGB value is (171,32,93). Sum of RGB (Red+Green+Blue) = 171+32+93=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB205D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB205D is #54DFA2. Grayscale: #505050. Windows color (decimal): -5562275 or 6103211. OLE color: 6103211.

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

Color convert

RGB 171 32 93 -
CMYK 0 0.81 0.46 0.33
HSL 333.67º 0.68% 0.4% -
HSV(B) 333.67º 0.81% 0.67% -
XYZ 19.29 10.48 11.36 -
YUV 80.52 135.05 192.54 -
System Red Green Blue C M Y K H S L
Decimal 171 32 93 0 0.81 0.46 0.33 333.67 0.68 0.4
Hex AB 20 5D 0 51 2E 21 14E 44 28
Octal 253 40 135 0 121 56 41 516 104 50
Binary 10101011 100000 1011101 0 1010001 101110 100001 101001110 1000100 101000

Color Harmonies of #AB205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB205D

Black with #AB205D

Text Example


Text Example

White with #AB205D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB205D; }

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

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

background-color css

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

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

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

border-color css

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

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

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