Html Css Color HEX #AD5FEB Medium Orchid

📋 copy color: '#AD5FEB'

red 173 ◦ green 95 ◦ blue 235

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

Shades of Medium Orchid #AD5FEB

Tints of Medium Orchid #AD5FEB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.89%

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

R = 34.39%
G = 18.89%
B = 46.72%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD5FEB (or 0xAD5FEB) is known color: Medium Orchid. HEX triplet: AD, 5F and EB. RGB value is (173,95,235). Sum of RGB (Red+Green+Blue) = 173+95+235=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 95 (37.5% from 255 or 18.89% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD5FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5FEB is #52A014. Grayscale: #858585. Windows color (decimal): -5414933 or 15425453. OLE color: 15425453.

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

Color convert

RGB 173 95 235 -
CMYK 0.26 0.60 0 0.08
HSL 273.43º 0.78% 0.65% -
HSV(B) 273.43º 0.6% 0.92% -
XYZ 36.32 23.07 81.14 -
YUV 134.28 184.84 155.62 -
System Red Green Blue C M Y K H S L
Decimal 173 95 235 0.26 0.60 0 0.08 273.43 0.78 0.65
Hex AD 5F EB 1A 3C 0 8 111 4E 41
Octal 255 137 353 32 74 0 10 421 116 101
Binary 10101101 1011111 11101011 11010 111100 0 1000 100010001 1001110 1000001

Color Harmonies of #AD5FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5FEB

Black with #AD5FEB

Text Example


Text Example

White with #AD5FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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