Html Css Color HEX #AD5AEE Medium Orchid

📋 copy color: '#AD5AEE'

red 173 ◦ green 90 ◦ blue 238

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

Shades of Medium Orchid #AD5AEE

Tints of Medium Orchid #AD5AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.5%

R = 34.53%
G = 17.96%
B = 47.5%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD5AEE (or 0xAD5AEE) is known color: Medium Orchid. HEX triplet: AD, 5A and EE. RGB value is (173,90,238). Sum of RGB (Red+Green+Blue) = 173+90+238=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 90 (35.55% from 255 or 17.96% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD5AEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5AEE is #52A511. Grayscale: #838383. Windows color (decimal): -5416210 or 15620781. OLE color: 15620781.

HSL color Cylindrical-coordinate representation of color #AD5AEE: hue angle of 273.65º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD5AEE is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 90 238 -
CMYK 0.27 0.62 0 0.07
HSL 273.65º 0.81% 0.64% -
HSV(B) 273.65º 0.62% 0.93% -
XYZ 36.32 22.37 83.29 -
YUV 131.69 188 157.47 -
System Red Green Blue C M Y K H S L
Decimal 173 90 238 0.27 0.62 0 0.07 273.65 0.81 0.64
Hex AD 5A EE 1B 3E 0 7 112 51 40
Octal 255 132 356 33 76 0 7 422 121 100
Binary 10101101 1011010 11101110 11011 111110 0 111 100010010 1010001 1000000

Color Harmonies of #AD5AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5AEE

Black with #AD5AEE

Text Example


Text Example

White with #AD5AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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