#AF1B50

Color #AF1B50 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #AF1B50

Tints of Jazzberry Jam #AF1B50

Color information

#AF1B50 (or 0xAF1B50) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 1B and 50. RGB value is (175,27,80). Sum of RGB (Red+Green+Blue) = 175+27+80=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1B50 is #50E4AF. Grayscale: #4D4D4D. Windows color (decimal): -5301424 or 5249967. OLE color: 5249967.

HSL color Cylindrical-coordinate representation of color #AF1B50: hue angle of 338.51º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1B50 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB1752780-
CMYK00.850.540.31
HSL338.51º73.27%39.61%-
HSV(B)338.51º84.57%68.63%-
XYZ19.5210.488.58-
YUV77.29129.53197.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 62.06%
GREEN value IS 27 (10.94% from 255) = 9.57%
BLUE value IS 80 (31.64% from 255) = 28.37%
R=62.06%
G=9.57%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175278000.850.540.31338.5173.2739.61
HexAF1B50055361F1534928
Octal257331200125663752311150
Binary1010111111011101000001010101110110111111010100111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1B50; }

 p { color: rgb(175,27,80); }

 H1.HeaderClassName
 {
   color: #AF1B50;
 }
 .AnyTagClassName
 {
   color: #AF1B50;
 }
</style>
background-color css

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

 a { background-color: rgb(175,27,80); }

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

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

 span { border-color: rgb(175,27,80); }

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