#AF0058

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

Shades of Jazzberry Jam #AF0058

Tints of Jazzberry Jam #AF0058

Color information

#AF0058 (or 0xAF0058) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 00 and 58. RGB value is (175,0,88). Sum of RGB (Red+Green+Blue) = 175+0+88=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 88 (34.77% from 255 or 33.46% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0058 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0058 is #50FFA7. Grayscale: #3E3E3E. Windows color (decimal): -5308328 or 5767343. OLE color: 5767343.

HSL color Cylindrical-coordinate representation of color #AF0058: hue angle of 329.83º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF0058 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB175088-
CMYK010.500.31
HSL329.83º100%34.31%-
HSV(B)329.83º100%68.63%-
XYZ19.449.8210.1-
YUV62.36142.48208.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 66.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 88 (34.77% from 255) = 33.46%
R=66.54%
G=0%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175088010.500.31329.8310034.31
HexAF058064321F14a6422
Octal25701300144623751214442
Binary101011110101100001100100110010111111010010101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0058; }

 p { color: rgb(175,0,88); }

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

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

 a { background-color: rgb(175,0,88); }

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

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

 span { border-color: rgb(175,0,88); }

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