Html Css Color HEX #AD1DBA Dark Orchid

📋 copy color: '#AD1DBA'

red 173 ◦ green 29 ◦ blue 186

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

Shades of Dark Orchid #AD1DBA

Tints of Dark Orchid #AD1DBA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.47%

 BLUE value IS 186 (73.05% from 255) = 47.94%

R = 44.59%
G = 7.47%
B = 47.94%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD1DBA (or 0xAD1DBA) is known color: Dark Orchid. HEX triplet: AD, 1D and BA. RGB value is (173,29,186). Sum of RGB (Red+Green+Blue) = 173+29+186=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 29 (11.72% from 255 or 7.47% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD1DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1DBA is #52E245. Grayscale: #595959. Windows color (decimal): -5431878 or 12197293. OLE color: 12197293.

HSL color Cylindrical-coordinate representation of color #AD1DBA: hue angle of 295.03º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1DBA is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 29 186 -
CMYK 0.07 0.84 0 0.27
HSL 295.03º 0.73% 0.42% -
HSV(B) 295.03º 0.84% 0.73% -
XYZ 26.54 13.31 47.62 -
YUV 89.95 182.21 187.23 -
System Red Green Blue C M Y K H S L
Decimal 173 29 186 0.07 0.84 0 0.27 295.03 0.73 0.42
Hex AD 1D BA 7 54 0 1B 127 49 2A
Octal 255 35 272 7 124 0 33 447 111 52
Binary 10101101 11101 10111010 111 1010100 0 11011 100100111 1001001 101010

Color Harmonies of #AD1DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1DBA

Black with #AD1DBA

Text Example


Text Example

White with #AD1DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1DBA; }

 p { color: rgb(173,29,186); }

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

background-color css

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

 a { background-color: rgb(173,29,186); }

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

border-color css

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

 span { border-color: rgb(173,29,186); }

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