#AF016E

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

Shades of Jazzberry Jam #AF016E

Tints of Jazzberry Jam #AF016E

Color information

#AF016E (or 0xAF016E) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 01 and 6E. RGB value is (175,1,110). Sum of RGB (Red+Green+Blue) = 175+1+110=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF016E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF016E is #50FE91. Grayscale: #414141. Windows color (decimal): -5308050 or 7209391. OLE color: 7209391.

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

Color convert

RGB1751110-
CMYK00.990.370.31
HSL322.41º98.86%34.51%-
HSV(B)322.41º99.43%68.63%-
XYZ20.510.2615.65-
YUV65.45153.15206.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 61.19%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 110 (43.36% from 255) = 38.46%
R=61.19%
G=0.35%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175111000.990.370.31322.4198.8634.51
HexAF16E063251F1426323
Octal25711560143453750214343
Binary101011111110111001100011100101111111010000101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF016E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF016E; }

 p { color: rgb(175,1,110); }

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

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

 a { background-color: rgb(175,1,110); }

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

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

 span { border-color: rgb(175,1,110); }

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