Html Css Color HEX #AD60E4 Medium Orchid

📋 copy color: '#AD60E4'

red 173 ◦ green 96 ◦ blue 228

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

Shades of Medium Orchid #AD60E4

Tints of Medium Orchid #AD60E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 45.88%

R = 34.81%
G = 19.32%
B = 45.88%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AD60E4 (or 0xAD60E4) is known color: Medium Orchid. HEX triplet: AD, 60 and E4. RGB value is (173,96,228). Sum of RGB (Red+Green+Blue) = 173+96+228=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 96 (37.89% from 255 or 19.32% from 497); Blue value is 228 (89.45% from 255 or 45.88% from 497); Max value from RGB is 228 - color contains mainly: blue. Hex color #AD60E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD60E4 is #529F1B. Grayscale: #858585. Windows color (decimal): -5414684 or 14966957. OLE color: 14966957.

HSL color Cylindrical-coordinate representation of color #AD60E4: hue angle of 275º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD60E4 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 173 96 228 -
CMYK 0.24 0.58 0 0.11
HSL 275º 0.71% 0.64% -
HSV(B) 275º 0.58% 0.89% -
XYZ 35.42 22.85 75.94 -
YUV 134.07 181.01 155.77 -
System Red Green Blue C M Y K H S L
Decimal 173 96 228 0.24 0.58 0 0.11 275 0.71 0.64
Hex AD 60 E4 18 3A 0 B 113 47 40
Octal 255 140 344 30 72 0 13 423 107 100
Binary 10101101 1100000 11100100 11000 111010 0 1011 100010011 1000111 1000000

Color Harmonies of #AD60E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD60E4

Black with #AD60E4

Text Example


Text Example

White with #AD60E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD60E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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