Html Css Color HEX #AD18BE Dark Orchid

📋 copy color: '#AD18BE'

red 173 ◦ green 24 ◦ blue 190

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

Shades of Dark Orchid #AD18BE

Tints of Dark Orchid #AD18BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.1%

R = 44.7%
G = 6.2%
B = 49.1%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD18BE (or 0xAD18BE) is known color: Dark Orchid. HEX triplet: AD, 18 and BE. RGB value is (173,24,190). Sum of RGB (Red+Green+Blue) = 173+24+190=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 24 (9.77% from 255 or 6.20% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD18BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD18BE is #52E741. Grayscale: #565656. Windows color (decimal): -5433154 or 12458157. OLE color: 12458157.

HSL color Cylindrical-coordinate representation of color #AD18BE: hue angle of 293.86º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD18BE is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 24 190 -
CMYK 0.09 0.87 0 0.25
HSL 293.86º 0.78% 0.42% -
HSV(B) 293.86º 0.87% 0.75% -
XYZ 26.85 13.26 49.86 -
YUV 87.48 185.86 189 -
System Red Green Blue C M Y K H S L
Decimal 173 24 190 0.09 0.87 0 0.25 293.86 0.78 0.42
Hex AD 18 BE 9 57 0 19 126 4E 2A
Octal 255 30 276 11 127 0 31 446 116 52
Binary 10101101 11000 10111110 1001 1010111 0 11001 100100110 1001110 101010

Color Harmonies of #AD18BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD18BE

Black with #AD18BE

Text Example


Text Example

White with #AD18BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD18BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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