Html Css Color HEX #AD5ADA Medium Orchid

📋 copy color: '#AD5ADA'

red 173 ◦ green 90 ◦ blue 218

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

Shades of Medium Orchid #AD5ADA

Tints of Medium Orchid #AD5ADA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.71%

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

R = 35.97%
G = 18.71%
B = 45.32%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD5ADA (or 0xAD5ADA) is known color: Medium Orchid. HEX triplet: AD, 5A and DA. RGB value is (173,90,218). Sum of RGB (Red+Green+Blue) = 173+90+218=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 90 (35.55% from 255 or 18.71% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD5ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5ADA is #52A525. Grayscale: #808080. Windows color (decimal): -5416230 or 14310061. OLE color: 14310061.

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

Color convert

RGB 173 90 218 -
CMYK 0.21 0.59 0 0.15
HSL 278.91º 0.63% 0.6% -
HSV(B) 278.91º 0.59% 0.85% -
XYZ 33.54 21.26 68.66 -
YUV 129.41 178 159.09 -
System Red Green Blue C M Y K H S L
Decimal 173 90 218 0.21 0.59 0 0.15 278.91 0.63 0.6
Hex AD 5A DA 15 3B 0 F 117 3F 3C
Octal 255 132 332 25 73 0 17 427 77 74
Binary 10101101 1011010 11011010 10101 111011 0 1111 100010111 111111 111100

Color Harmonies of #AD5ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5ADA

Black with #AD5ADA

Text Example


Text Example

White with #AD5ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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