#AF035B

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

Shades of Jazzberry Jam #AF035B

Tints of Jazzberry Jam #AF035B

Color information

#AF035B (or 0xAF035B) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 03 and 5B. RGB value is (175,3,91). Sum of RGB (Red+Green+Blue) = 175+3+91=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF035B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF035B is #50FCA4. Grayscale: #404040. Windows color (decimal): -5307557 or 5964719. OLE color: 5964719.

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

Color convert

RGB175391-
CMYK00.980.480.31
HSL329.3º96.63%34.9%-
HSV(B)329.3º98.29%68.63%-
XYZ19.69.9310.78-
YUV64.46142.98206.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 65.06%
GREEN value IS 3 (1.56% from 255) = 1.12%
BLUE value IS 91 (35.94% from 255) = 33.83%
R=65.06%
G=1.12%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17539100.980.480.31329.396.6334.9
HexAF35B062301F1496123
Octal25731330142603751114143
Binary1010111111101101101100010110000111111010010011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF035B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF035B; }

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

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

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

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

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

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

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

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