#AD3DBF

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

Shades of Dark Orchid #AD3DBF

Tints of Dark Orchid #AD3DBF

Color information

#AD3DBF (or 0xAD3DBF) is unknown color: approx Dark Orchid. HEX triplet: AD, 3D and BF. RGB value is (173,61,191). Sum of RGB (Red+Green+Blue) = 173+61+191=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 61 (24.22% from 255 or 14.35% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD3DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3DBF is #52C240. Grayscale: #6C6C6C. Windows color (decimal): -5423681 or 12533165. OLE color: 12533165.

HSL color Cylindrical-coordinate representation of color #AD3DBF: hue angle of 291.69º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD3DBF is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17361191-
CMYK0.090.6800.25
HSL291.69º51.59%49.41%-
HSV(B)291.69º68.06%74.9%-
XYZ28.3115.9850.88-
YUV109.31174.11173.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.71%
GREEN value IS 61 (24.22% from 255) = 14.35%
BLUE value IS 191 (75% from 255) = 44.94%
R=40.71%
G=14.35%
B=44.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal173611910.090.6800.25291.6951.5949.41
HexAD3DBF9440191243431
Octal25575277111040314446461
Binary101011011111011011111110011000100011001100100100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3DBF; }

 p { color: rgb(173,61,191); }

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

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

 a { background-color: rgb(173,61,191); }

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

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

 span { border-color: rgb(173,61,191); }

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