Html Css Color HEX #AD1FAE Dark Orchid

📋 copy color: '#AD1FAE'

red 173 ◦ green 31 ◦ blue 174

#AD1FAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #AD1FAE

Tints of Dark Orchid #AD1FAE

RGB

 RED value IS 173 (67.97% from 255) = 45.77%

 GREEN value IS 31 (12.5% from 255) = 8.2%

 BLUE value IS 174 (68.36% from 255) = 46.03%

R = 45.77%
G = 8.2%
B = 46.03%

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD1FAE (or 0xAD1FAE) is known color: Dark Orchid. HEX triplet: AD, 1F and AE. RGB value is (173,31,174). Sum of RGB (Red+Green+Blue) = 173+31+174=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 31 (12.5% from 255 or 8.20% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD1FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1FAE is #52E051. Grayscale: #595959. Windows color (decimal): -5431378 or 11411373. OLE color: 11411373.

HSL color Cylindrical-coordinate representation of color #AD1FAE: hue angle of 299.58º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD1FAE is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 31 174 -
CMYK 0.01 0.82 0 0.32
HSL 299.58º 0.7% 0.4% -
HSV(B) 299.58º 0.82% 0.68% -
XYZ 25.36 12.92 41.2 -
YUV 89.76 175.54 187.37 -
System Red Green Blue C M Y K H S L
Decimal 173 31 174 0.01 0.82 0 0.32 299.58 0.7 0.4
Hex AD 1F AE 1 52 0 20 12C 46 28
Octal 255 37 256 1 122 0 40 454 106 50
Binary 10101101 11111 10101110 1 1010010 0 100000 100101100 1000110 101000

Color Harmonies of #AD1FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1FAE

Black with #AD1FAE

Text Example


Text Example

White with #AD1FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1FAE; }

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

 H1.HeaderClassName
 {
   color: #AD1FAE;
 }
 .AnyTagClassName
 {
   color: #AD1FAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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