#AF1254

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

Shades of Jazzberry Jam #AF1254

Tints of Jazzberry Jam #AF1254

Color information

#AF1254 (or 0xAF1254) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 12 and 54. RGB value is (175,18,84). Sum of RGB (Red+Green+Blue) = 175+18+84=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 84 (33.20% from 255 or 30.32% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1254 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1254 is #50EDAB. Grayscale: #484848. Windows color (decimal): -5303724 or 5509807. OLE color: 5509807.

HSL color Cylindrical-coordinate representation of color #AF1254: hue angle of 334.78º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1254 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB1751884-
CMYK00.900.520.31
HSL334.78º81.35%37.84%-
HSV(B)334.78º89.71%68.63%-
XYZ19.510.199.33-
YUV72.47134.51201.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 63.18%
GREEN value IS 18 (7.42% from 255) = 6.50%
BLUE value IS 84 (33.20% from 255) = 30.32%
R=63.18%
G=6.50%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175188400.900.520.31334.7881.3537.84
HexAF125405A341F14f5126
Octal257221240132643751712146
Binary1010111110010101010001011010110100111111010011111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1254; }

 p { color: rgb(175,18,84); }

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

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

 a { background-color: rgb(175,18,84); }

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

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

 span { border-color: rgb(175,18,84); }

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