Html Css Color HEX #AB205F Jazzberry Jam

📋 copy color: '#AB205F'

red 171 ◦ green 32 ◦ blue 95

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

Shades of Jazzberry Jam #AB205F

Tints of Jazzberry Jam #AB205F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.88%

R = 57.38%
G = 10.74%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB205F (or 0xAB205F) is known color: Jazzberry Jam. HEX triplet: AB, 20 and 5F. RGB value is (171,32,95). Sum of RGB (Red+Green+Blue) = 171+32+95=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB205F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB205F is #54DFA0. Grayscale: #505050. Windows color (decimal): -5562273 or 6234283. OLE color: 6234283.

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

Color convert

RGB 171 32 95 -
CMYK 0 0.81 0.44 0.33
HSL 332.81º 0.68% 0.4% -
HSV(B) 332.81º 0.81% 0.67% -
XYZ 19.38 10.52 11.84 -
YUV 80.74 136.05 192.38 -
System Red Green Blue C M Y K H S L
Decimal 171 32 95 0 0.81 0.44 0.33 332.81 0.68 0.4
Hex AB 20 5F 0 51 2C 21 14D 44 28
Octal 253 40 137 0 121 54 41 515 104 50
Binary 10101011 100000 1011111 0 1010001 101100 100001 101001101 1000100 101000

Color Harmonies of #AB205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB205F

Black with #AB205F

Text Example


Text Example

White with #AB205F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB205F; }

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

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

background-color css

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

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

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

border-color css

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

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

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