#AF035D

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

Shades of Jazzberry Jam #AF035D

Tints of Jazzberry Jam #AF035D

Color information

#AF035D (or 0xAF035D) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 03 and 5D. RGB value is (175,3,93). Sum of RGB (Red+Green+Blue) = 175+3+93=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF035D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF035D is #50FCA2. Grayscale: #404040. Windows color (decimal): -5307555 or 6095791. OLE color: 6095791.

HSL color Cylindrical-coordinate representation of color #AF035D: hue angle of 328.6º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF035D is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB175393-
CMYK00.980.470.31
HSL328.6º96.63%34.9%-
HSV(B)328.6º98.29%68.63%-
XYZ19.699.9711.24-
YUV64.69143.98206.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 64.58%
GREEN value IS 3 (1.56% from 255) = 1.11%
BLUE value IS 93 (36.72% from 255) = 34.32%
R=64.58%
G=1.11%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17539300.980.470.31328.696.6334.9
HexAF35D0622F1F1496123
Octal25731350142573751114143
Binary1010111111101110101100010101111111111010010011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF035D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF035D; }

 p { color: rgb(175,3,93); }

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

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

 a { background-color: rgb(175,3,93); }

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

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

 span { border-color: rgb(175,3,93); }

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