#AD1FB3

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

Shades of Dark Orchid #AD1FB3

Tints of Dark Orchid #AD1FB3

Color information

#AD1FB3 (or 0xAD1FB3) is unknown color: approx Dark Orchid. HEX triplet: AD, 1F and B3. RGB value is (173,31,179). Sum of RGB (Red+Green+Blue) = 173+31+179=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 31 (12.5% from 255 or 8.09% from 383); Blue value is 179 (70.31% from 255 or 46.74% from 383); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD1FB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1FB3 is #52E04C. Grayscale: #595959. Windows color (decimal): -5431373 or 11739053. OLE color: 11739053.

HSL color Cylindrical-coordinate representation of color #AD1FB3: hue angle of 297.57º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD1FB3 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17331179-
CMYK0.030.8300.30
HSL297.57º70.48%41.18%-
HSV(B)297.57º82.68%70.2%-
XYZ25.8613.1243.82-
YUV90.33178.04186.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.17%
GREEN value IS 31 (12.5% from 255) = 8.09%
BLUE value IS 179 (70.31% from 255) = 46.74%
R=45.17%
G=8.09%
B=46.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal173311790.030.8300.30297.5770.4841.18
HexAD1FB335301E12a4629
Octal25537263312303645210651
Binary1010110111111101100111110100110111101001010101000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1FB3; }

 p { color: rgb(173,31,179); }

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

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

 a { background-color: rgb(173,31,179); }

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

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

 span { border-color: rgb(173,31,179); }

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