Html Css Color HEX #AD1ADF Dark Orchid

📋 copy color: '#AD1ADF'

red 173 ◦ green 26 ◦ blue 223

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

Shades of Dark Orchid #AD1ADF

Tints of Dark Orchid #AD1ADF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.16%

 BLUE value IS 223 (87.5% from 255) = 52.84%

R = 41%
G = 6.16%
B = 52.84%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD1ADF (or 0xAD1ADF) is known color: Dark Orchid. HEX triplet: AD, 1A and DF. RGB value is (173,26,223). Sum of RGB (Red+Green+Blue) = 173+26+223=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 26 (10.55% from 255 or 6.16% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD1ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1ADF is #52E520. Grayscale: #5B5B5B. Windows color (decimal): -5432609 or 14621357. OLE color: 14621357.

HSL color Cylindrical-coordinate representation of color #AD1ADF: hue angle of 284.77º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1ADF is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 26 223 -
CMYK 0.22 0.88 0 0.13
HSL 284.77º 0.79% 0.49% -
HSV(B) 284.77º 0.88% 0.87% -
XYZ 30.92 14.95 71.07 -
YUV 92.41 201.7 185.48 -
System Red Green Blue C M Y K H S L
Decimal 173 26 223 0.22 0.88 0 0.13 284.77 0.79 0.49
Hex AD 1A DF 16 58 0 D 11D 4F 31
Octal 255 32 337 26 130 0 15 435 117 61
Binary 10101101 11010 11011111 10110 1011000 0 1101 100011101 1001111 110001

Color Harmonies of #AD1ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1ADF

Black with #AD1ADF

Text Example


Text Example

White with #AD1ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1ADF; }

 p { color: rgb(173,26,223); }

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

background-color css

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

 a { background-color: rgb(173,26,223); }

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

border-color css

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

 span { border-color: rgb(173,26,223); }

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