#D16AFA

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

Shades of Heliotrope #D16AFA

Tints of Heliotrope #D16AFA

Color information

#D16AFA (or 0xD16AFA) is unknown color: approx Heliotrope. HEX triplet: D1, 6A and FA. RGB value is (209,106,250). Sum of RGB (Red+Green+Blue) = 209+106+250=565 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.99% from 565); Green value is 106 (41.80% from 255 or 18.76% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #D16AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16AFA is #2E9505. Grayscale: #989898. Windows color (decimal): -3052806 or 16411345. OLE color: 16411345.

HSL color Cylindrical-coordinate representation of color #D16AFA: hue angle of 282.92º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D16AFA is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB209106250-
CMYK0.160.5800.02
HSL282.92º93.51%69.8%-
HSV(B)282.92º57.6%98.04%-
XYZ48.730.7793.81-
YUV153.21182.62167.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.99%
GREEN value IS 106 (41.80% from 255) = 18.76%
BLUE value IS 250 (98.05% from 255) = 44.25%
R=36.99%
G=18.76%
B=44.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2091062500.160.5800.02282.9293.5169.8
HexD16AFA103A0211b5e46
Octal321152372207202433136106
Binary110100011101010111110101000011101001010001101110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16AFA; }

 p { color: rgb(209,106,250); }

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

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

 a { background-color: rgb(209,106,250); }

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

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

 span { border-color: rgb(209,106,250); }

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