#af184f

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

Shades of Jazzberry Jam #AF184F

Tints of Jazzberry Jam #AF184F

Color information

#AF184F (or 0xAF184F) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 18 and 4F. RGB value is (175,24,79). Sum of RGB (Red+Green+Blue) = 175+24+79=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 79 (31.25% from 255 or 28.42% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF184F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF184F is #50E7B0. Grayscale: #4B4B4B. Windows color (decimal): -5302193 or 5183663. OLE color: 5183663.

HSL color Cylindrical-coordinate representation of color #AF184F: hue angle of 338.15º 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 #AF184F is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB1752479-
CMYK00.860.550.31
HSL338.15º75.88%39.02%-
HSV(B)338.15º86.29%68.63%-
XYZ19.4210.338.37-
YUV75.42130.03199.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 62.95%
GREEN value IS 24 (9.77% from 255) = 8.63%
BLUE value IS 79 (31.25% from 255) = 28.42%
R=62.95%
G=8.63%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175247900.860.550.31338.1575.8839.02
HexAF184F056371F1524c27
Octal257301170126673752211447
Binary1010111111000100111101010110110111111111010100101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af184f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af184f; }

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

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

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

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

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

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

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

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