#AF1273

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

Shades of Jazzberry Jam #AF1273

Tints of Jazzberry Jam #AF1273

Color information

#AF1273 (or 0xAF1273) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 12 and 73. RGB value is (175,18,115). Sum of RGB (Red+Green+Blue) = 175+18+115=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1273 is #50ED8C. Grayscale: #4B4B4B. Windows color (decimal): -5303693 or 7541423. OLE color: 7541423.

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

Color convert

RGB17518115-
CMYK00.900.340.31
HSL322.93º81.35%37.84%-
HSV(B)322.93º89.71%68.63%-
XYZ20.9910.7817.19-
YUV76150.01198.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.82%
GREEN value IS 18 (7.42% from 255) = 5.84%
BLUE value IS 115 (45.31% from 255) = 37.34%
R=56.82%
G=5.84%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751811500.900.340.31322.9381.3537.84
HexAF127305A221F1435126
Octal257221630132423750312146
Binary1010111110010111001101011010100010111111010000111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1273; }

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

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

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

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

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

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

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

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