Html Css Color HEX #AD1BDA Dark Orchid

📋 copy color: '#AD1BDA'

red 173 ◦ green 27 ◦ blue 218

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

Shades of Dark Orchid #AD1BDA

Tints of Dark Orchid #AD1BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.15%

R = 41.39%
G = 6.46%
B = 52.15%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD1BDA (or 0xAD1BDA) is known color: Dark Orchid. HEX triplet: AD, 1B and DA. RGB value is (173,27,218). Sum of RGB (Red+Green+Blue) = 173+27+218=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 27 (10.94% from 255 or 6.46% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD1BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1BDA is #52E425. Grayscale: #5B5B5B. Windows color (decimal): -5432358 or 14293933. OLE color: 14293933.

HSL color Cylindrical-coordinate representation of color #AD1BDA: hue angle of 285.86º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1BDA is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 27 218 -
CMYK 0.21 0.88 0 0.15
HSL 285.86º 0.78% 0.48% -
HSV(B) 285.86º 0.88% 0.85% -
XYZ 30.28 14.73 67.58 -
YUV 92.43 198.87 185.47 -
System Red Green Blue C M Y K H S L
Decimal 173 27 218 0.21 0.88 0 0.15 285.86 0.78 0.48
Hex AD 1B DA 15 58 0 F 11E 4E 30
Octal 255 33 332 25 130 0 17 436 116 60
Binary 10101101 11011 11011010 10101 1011000 0 1111 100011110 1001110 110000

Color Harmonies of #AD1BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1BDA

Black with #AD1BDA

Text Example


Text Example

White with #AD1BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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