Html Css Color HEX #AD2EDA Dark Orchid

📋 copy color: '#AD2EDA'

red 173 ◦ green 46 ◦ blue 218

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

Shades of Dark Orchid #AD2EDA

Tints of Dark Orchid #AD2EDA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.53%

 BLUE value IS 218 (85.55% from 255) = 49.89%

R = 39.59%
G = 10.53%
B = 49.89%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD2EDA (or 0xAD2EDA) is known color: Dark Orchid. HEX triplet: AD, 2E and DA. RGB value is (173,46,218). Sum of RGB (Red+Green+Blue) = 173+46+218=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 46 (18.36% from 255 or 10.53% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD2EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2EDA is #52D125. Grayscale: #676767. Windows color (decimal): -5427494 or 14298797. OLE color: 14298797.

HSL color Cylindrical-coordinate representation of color #AD2EDA: hue angle of 284.3º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD2EDA is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 46 218 -
CMYK 0.21 0.79 0 0.15
HSL 284.3º 0.7% 0.52% -
HSV(B) 284.3º 0.79% 0.85% -
XYZ 30.87 15.9 67.77 -
YUV 103.58 192.58 177.51 -
System Red Green Blue C M Y K H S L
Decimal 173 46 218 0.21 0.79 0 0.15 284.3 0.7 0.52
Hex AD 2E DA 15 4F 0 F 11C 46 34
Octal 255 56 332 25 117 0 17 434 106 64
Binary 10101101 101110 11011010 10101 1001111 0 1111 100011100 1000110 110100

Color Harmonies of #AD2EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2EDA

Black with #AD2EDA

Text Example


Text Example

White with #AD2EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2EDA; }

 p { color: rgb(173,46,218); }

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

background-color css

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

 a { background-color: rgb(173,46,218); }

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

border-color css

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

 span { border-color: rgb(173,46,218); }

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