Html Css Color HEX #AD50EA Medium Orchid

📋 copy color: '#AD50EA'

red 173 ◦ green 80 ◦ blue 234

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

Shades of Medium Orchid #AD50EA

Tints of Medium Orchid #AD50EA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.43%

 BLUE value IS 234 (91.8% from 255) = 48.05%

R = 35.52%
G = 16.43%
B = 48.05%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD50EA (or 0xAD50EA) is known color: Medium Orchid. HEX triplet: AD, 50 and EA. RGB value is (173,80,234). Sum of RGB (Red+Green+Blue) = 173+80+234=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 80 (31.64% from 255 or 16.43% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD50EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD50EA is #52AF15. Grayscale: #7C7C7C. Windows color (decimal): -5418774 or 15356077. OLE color: 15356077.

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

Color convert

RGB 173 80 234 -
CMYK 0.26 0.66 0 0.08
HSL 276.23º 0.79% 0.62% -
HSV(B) 276.23º 0.66% 0.92% -
XYZ 34.95 20.56 79.97 -
YUV 125.36 189.31 161.98 -
System Red Green Blue C M Y K H S L
Decimal 173 80 234 0.26 0.66 0 0.08 276.23 0.79 0.62
Hex AD 50 EA 1A 42 0 8 114 4F 3E
Octal 255 120 352 32 102 0 10 424 117 76
Binary 10101101 1010000 11101010 11010 1000010 0 1000 100010100 1001111 111110

Color Harmonies of #AD50EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD50EA

Black with #AD50EA

Text Example


Text Example

White with #AD50EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD50EA; }

 p { color: rgb(173,80,234); }

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

background-color css

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

 a { background-color: rgb(173,80,234); }

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

border-color css

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

 span { border-color: rgb(173,80,234); }

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