#AF084E

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

Shades of Jazzberry Jam #AF084E

Tints of Jazzberry Jam #AF084E

Color information

#AF084E (or 0xAF084E) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 08 and 4E. RGB value is (175,8,78). Sum of RGB (Red+Green+Blue) = 175+8+78=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF084E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF084E is #50F7B1. Grayscale: #414141. Windows color (decimal): -5306290 or 5114031. OLE color: 5114031.

HSL color Cylindrical-coordinate representation of color #AF084E: hue angle of 334.85º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF084E is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB175878-
CMYK00.950.550.31
HSL334.85º91.26%35.88%-
HSV(B)334.85º95.43%68.63%-
XYZ19.149.848.1-
YUV65.91134.83205.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 67.05%
GREEN value IS 8 (3.52% from 255) = 3.07%
BLUE value IS 78 (30.86% from 255) = 29.89%
R=67.05%
G=3.07%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17587800.950.550.31334.8591.2635.88
HexAF84E05F371F14f5b24
Octal257101160137673751713344
Binary101011111000100111001011111110111111111010011111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF084E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF084E; }

 p { color: rgb(175,8,78); }

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

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

 a { background-color: rgb(175,8,78); }

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

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

 span { border-color: rgb(175,8,78); }

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