Html Css Color HEX #AD1BDE Dark Orchid

📋 copy color: '#AD1BDE'

red 173 ◦ green 27 ◦ blue 222

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

Shades of Dark Orchid #AD1BDE

Tints of Dark Orchid #AD1BDE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.4%

 BLUE value IS 222 (87.11% from 255) = 52.61%

R = 41%
G = 6.4%
B = 52.61%

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

#AD1BDE (or 0xAD1BDE) is known color: Dark Orchid. HEX triplet: AD, 1B and DE. RGB value is (173,27,222). Sum of RGB (Red+Green+Blue) = 173+27+222=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 27 (10.94% from 255 or 6.40% from 422); Blue value is 222 (87.11% from 255 or 52.61% from 422); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD1BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1BDE is #52E421. Grayscale: #5C5C5C. Windows color (decimal): -5432354 or 14556077. OLE color: 14556077.

HSL color Cylindrical-coordinate representation of color #AD1BDE: hue angle of 284.92º degrees, saturation: 0.78, 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 #AD1BDE is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 27 222 -
CMYK 0.22 0.88 0 0.13
HSL 284.92º 0.78% 0.49% -
HSV(B) 284.92º 0.88% 0.87% -
XYZ 30.81 14.94 70.37 -
YUV 92.88 200.87 185.14 -
System Red Green Blue C M Y K H S L
Decimal 173 27 222 0.22 0.88 0 0.13 284.92 0.78 0.49
Hex AD 1B DE 16 58 0 D 11D 4E 31
Octal 255 33 336 26 130 0 15 435 116 61
Binary 10101101 11011 11011110 10110 1011000 0 1101 100011101 1001110 110001

Color Harmonies of #AD1BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1BDE

Black with #AD1BDE

Text Example


Text Example

White with #AD1BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1BDE; }

 p { color: rgb(173,27,222); }

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

background-color css

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

 a { background-color: rgb(173,27,222); }

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

border-color css

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

 span { border-color: rgb(173,27,222); }

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