Html Css Color HEX #AD18BA Dark Orchid

📋 copy color: '#AD18BA'

red 173 ◦ green 24 ◦ blue 186

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

Shades of Dark Orchid #AD18BA

Tints of Dark Orchid #AD18BA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.27%

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

R = 45.17%
G = 6.27%
B = 48.56%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD18BA (or 0xAD18BA) is known color: Dark Orchid. HEX triplet: AD, 18 and BA. RGB value is (173,24,186). Sum of RGB (Red+Green+Blue) = 173+24+186=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 24 (9.77% from 255 or 6.27% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD18BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD18BA is #52E745. Grayscale: #565656. Windows color (decimal): -5433158 or 12196013. OLE color: 12196013.

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

Color convert

RGB 173 24 186 -
CMYK 0.07 0.87 0 0.27
HSL 295.19º 0.77% 0.41% -
HSV(B) 295.19º 0.87% 0.73% -
XYZ 26.42 13.08 47.59 -
YUV 87.02 183.86 189.33 -
System Red Green Blue C M Y K H S L
Decimal 173 24 186 0.07 0.87 0 0.27 295.19 0.77 0.41
Hex AD 18 BA 7 57 0 1B 127 4D 29
Octal 255 30 272 7 127 0 33 447 115 51
Binary 10101101 11000 10111010 111 1010111 0 11011 100100111 1001101 101001

Color Harmonies of #AD18BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD18BA

Black with #AD18BA

Text Example


Text Example

White with #AD18BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD18BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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