Html Css Color HEX #AD1EBE Dark Orchid

📋 copy color: '#AD1EBE'

red 173 ◦ green 30 ◦ blue 190

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

Shades of Dark Orchid #AD1EBE

Tints of Dark Orchid #AD1EBE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.63%

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

R = 44.02%
G = 7.63%
B = 48.35%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD1EBE (or 0xAD1EBE) is known color: Dark Orchid. HEX triplet: AD, 1E and BE. RGB value is (173,30,190). Sum of RGB (Red+Green+Blue) = 173+30+190=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 30 (12.11% from 255 or 7.63% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD1EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1EBE is #52E141. Grayscale: #5A5A5A. Windows color (decimal): -5431618 or 12459693. OLE color: 12459693.

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

Color convert

RGB 173 30 190 -
CMYK 0.09 0.84 0 0.25
HSL 293.63º 0.73% 0.43% -
HSV(B) 293.63º 0.84% 0.75% -
XYZ 26.99 13.53 49.9 -
YUV 91 183.88 186.49 -
System Red Green Blue C M Y K H S L
Decimal 173 30 190 0.09 0.84 0 0.25 293.63 0.73 0.43
Hex AD 1E BE 9 54 0 19 126 49 2B
Octal 255 36 276 11 124 0 31 446 111 53
Binary 10101101 11110 10111110 1001 1010100 0 11001 100100110 1001001 101011

Color Harmonies of #AD1EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1EBE

Black with #AD1EBE

Text Example


Text Example

White with #AD1EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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