Html Css Color HEX #AD1ABD Dark Orchid

📋 copy color: '#AD1ABD'

red 173 ◦ green 26 ◦ blue 189

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

Shades of Dark Orchid #AD1ABD

Tints of Dark Orchid #AD1ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.71%

R = 44.59%
G = 6.7%
B = 48.71%

CMYK

 C value IS 0.08

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD1ABD (or 0xAD1ABD) is known color: Dark Orchid. HEX triplet: AD, 1A and BD. RGB value is (173,26,189). Sum of RGB (Red+Green+Blue) = 173+26+189=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 26 (10.55% from 255 or 6.70% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD1ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1ABD is #52E542. Grayscale: #585858. Windows color (decimal): -5432643 or 12393133. OLE color: 12393133.

HSL color Cylindrical-coordinate representation of color #AD1ABD: hue angle of 294.11º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1ABD is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 26 189 -
CMYK 0.08 0.86 0 0.26
HSL 294.11º 0.76% 0.42% -
HSV(B) 294.11º 0.86% 0.74% -
XYZ 26.79 13.3 49.3 -
YUV 88.54 184.7 188.25 -
System Red Green Blue C M Y K H S L
Decimal 173 26 189 0.08 0.86 0 0.26 294.11 0.76 0.42
Hex AD 1A BD 8 56 0 1A 126 4C 2A
Octal 255 32 275 10 126 0 32 446 114 52
Binary 10101101 11010 10111101 1000 1010110 0 11010 100100110 1001100 101010

Color Harmonies of #AD1ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1ABD

Black with #AD1ABD

Text Example


Text Example

White with #AD1ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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