Html Css Color HEX #AD3EDA Dark Orchid

📋 copy color: '#AD3EDA'

red 173 ◦ green 62 ◦ blue 218

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

Shades of Dark Orchid #AD3EDA

Tints of Dark Orchid #AD3EDA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.69%

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

R = 38.19%
G = 13.69%
B = 48.12%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD3EDA (or 0xAD3EDA) is known color: Dark Orchid. HEX triplet: AD, 3E and DA. RGB value is (173,62,218). Sum of RGB (Red+Green+Blue) = 173+62+218=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 62 (24.61% from 255 or 13.69% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD3EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3EDA is #52C125. Grayscale: #707070. Windows color (decimal): -5423398 or 14302893. OLE color: 14302893.

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

Color convert

RGB 173 62 218 -
CMYK 0.21 0.72 0 0.15
HSL 282.69º 0.68% 0.55% -
HSV(B) 282.69º 0.72% 0.85% -
XYZ 31.61 17.39 68.02 -
YUV 112.97 187.27 170.82 -
System Red Green Blue C M Y K H S L
Decimal 173 62 218 0.21 0.72 0 0.15 282.69 0.68 0.55
Hex AD 3E DA 15 48 0 F 11B 44 37
Octal 255 76 332 25 110 0 17 433 104 67
Binary 10101101 111110 11011010 10101 1001000 0 1111 100011011 1000100 110111

Color Harmonies of #AD3EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3EDA

Black with #AD3EDA

Text Example


Text Example

White with #AD3EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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