#AF1853

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

Shades of Jazzberry Jam #AF1853

Tints of Jazzberry Jam #AF1853

Color information

#AF1853 (or 0xAF1853) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 18 and 53. RGB value is (175,24,83). Sum of RGB (Red+Green+Blue) = 175+24+83=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 83 (32.81% from 255 or 29.43% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1853 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1853 is #50E7AC. Grayscale: #4B4B4B. Windows color (decimal): -5302189 or 5445807. OLE color: 5445807.

HSL color Cylindrical-coordinate representation of color #AF1853: hue angle of 336.56º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1853 is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB1752483-
CMYK00.860.530.31
HSL336.56º75.88%39.02%-
HSV(B)336.56º86.29%68.63%-
XYZ19.5710.399.16-
YUV75.88132.03198.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 62.06%
GREEN value IS 24 (9.77% from 255) = 8.51%
BLUE value IS 83 (32.81% from 255) = 29.43%
R=62.06%
G=8.51%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175248300.860.530.31336.5675.8839.02
HexAF1853056351F1514c27
Octal257301230126653752111447
Binary1010111111000101001101010110110101111111010100011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1853; }

 p { color: rgb(175,24,83); }

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

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

 a { background-color: rgb(175,24,83); }

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

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

 span { border-color: rgb(175,24,83); }

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