Html Css Color HEX #AD5AEB Medium Orchid

📋 copy color: '#AD5AEB'

red 173 ◦ green 90 ◦ blue 235

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

Shades of Medium Orchid #AD5AEB

Tints of Medium Orchid #AD5AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.19%

R = 34.74%
G = 18.07%
B = 47.19%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD5AEB (or 0xAD5AEB) is known color: Medium Orchid. HEX triplet: AD, 5A and EB. RGB value is (173,90,235). Sum of RGB (Red+Green+Blue) = 173+90+235=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 90 (35.55% from 255 or 18.07% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD5AEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5AEB is #52A514. Grayscale: #828282. Windows color (decimal): -5416213 or 15424173. OLE color: 15424173.

HSL color Cylindrical-coordinate representation of color #AD5AEB: hue angle of 274.34º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD5AEB is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 90 235 -
CMYK 0.26 0.62 0 0.08
HSL 274.34º 0.78% 0.64% -
HSV(B) 274.34º 0.62% 0.92% -
XYZ 35.89 22.19 80.99 -
YUV 131.35 186.5 157.71 -
System Red Green Blue C M Y K H S L
Decimal 173 90 235 0.26 0.62 0 0.08 274.34 0.78 0.64
Hex AD 5A EB 1A 3E 0 8 112 4E 40
Octal 255 132 353 32 76 0 10 422 116 100
Binary 10101101 1011010 11101011 11010 111110 0 1000 100010010 1001110 1000000

Color Harmonies of #AD5AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5AEB

Black with #AD5AEB

Text Example


Text Example

White with #AD5AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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