#AF1255

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

Shades of Jazzberry Jam #AF1255

Tints of Jazzberry Jam #AF1255

Color information

#AF1255 (or 0xAF1255) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 12 and 55. RGB value is (175,18,85). Sum of RGB (Red+Green+Blue) = 175+18+85=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1255 is #50EDAA. Grayscale: #484848. Windows color (decimal): -5303723 or 5575343. OLE color: 5575343.

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

Color convert

RGB1751885-
CMYK00.900.510.31
HSL334.39º81.35%37.84%-
HSV(B)334.39º89.71%68.63%-
XYZ19.5410.29.53-
YUV72.58135.01201.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 62.95%
GREEN value IS 18 (7.42% from 255) = 6.47%
BLUE value IS 85 (33.59% from 255) = 30.58%
R=62.95%
G=6.47%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175188500.900.510.31334.3981.3537.84
HexAF125505A331F14e5126
Octal257221250132633751612146
Binary1010111110010101010101011010110011111111010011101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1255; }

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

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

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

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

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

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

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

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