Html Css Color HEX #AD60ED Medium Orchid

📋 copy color: '#AD60ED'

red 173 ◦ green 96 ◦ blue 237

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

Shades of Medium Orchid #AD60ED

Tints of Medium Orchid #AD60ED

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.97%

 BLUE value IS 237 (92.97% from 255) = 46.84%

R = 34.19%
G = 18.97%
B = 46.84%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD60ED (or 0xAD60ED) is known color: Medium Orchid. HEX triplet: AD, 60 and ED. RGB value is (173,96,237). Sum of RGB (Red+Green+Blue) = 173+96+237=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 96 (37.89% from 255 or 18.97% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD60ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD60ED is #529F12. Grayscale: #868686. Windows color (decimal): -5414675 or 15556781. OLE color: 15556781.

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

Color convert

RGB 173 96 237 -
CMYK 0.27 0.59 0 0.07
HSL 272.77º 0.8% 0.65% -
HSV(B) 272.77º 0.59% 0.93% -
XYZ 36.7 23.36 82.7 -
YUV 135.1 185.51 155.04 -
System Red Green Blue C M Y K H S L
Decimal 173 96 237 0.27 0.59 0 0.07 272.77 0.8 0.65
Hex AD 60 ED 1B 3B 0 7 111 50 41
Octal 255 140 355 33 73 0 7 421 120 101
Binary 10101101 1100000 11101101 11011 111011 0 111 100010001 1010000 1000001

Color Harmonies of #AD60ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD60ED

Black with #AD60ED

Text Example


Text Example

White with #AD60ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD60ED; }

 p { color: rgb(173,96,237); }

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

background-color css

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

 a { background-color: rgb(173,96,237); }

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

border-color css

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

 span { border-color: rgb(173,96,237); }

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