#AF0750

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

Shades of Jazzberry Jam #AF0750

Tints of Jazzberry Jam #AF0750

Color information

#AF0750 (or 0xAF0750) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 07 and 50. RGB value is (175,7,80). Sum of RGB (Red+Green+Blue) = 175+7+80=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 7 (3.12% from 255 or 2.67% from 262); Blue value is 80 (31.64% from 255 or 30.53% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0750 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0750 is #50F8AF. Grayscale: #414141. Windows color (decimal): -5306544 or 5244847. OLE color: 5244847.

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

Color convert

RGB175780-
CMYK00.960.540.31
HSL333.93º92.31%35.69%-
HSV(B)333.93º96%68.63%-
XYZ19.29.858.48-
YUV65.55136.16206.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 66.79%
GREEN value IS 7 (3.12% from 255) = 2.67%
BLUE value IS 80 (31.64% from 255) = 30.53%
R=66.79%
G=2.67%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17578000.960.540.31333.9392.3135.69
HexAF750060361F14e5c24
Octal25771200140663751613444
Binary10101111111101000001100000110110111111010011101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0750; }

 p { color: rgb(175,7,80); }

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

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

 a { background-color: rgb(175,7,80); }

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

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

 span { border-color: rgb(175,7,80); }

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