Html Css Color HEX #AD46EE Medium Orchid

📋 copy color: '#AD46EE'

red 173 ◦ green 70 ◦ blue 238

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

Shades of Medium Orchid #AD46EE

Tints of Medium Orchid #AD46EE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.55%

 BLUE value IS 238 (93.36% from 255) = 49.48%

R = 35.97%
G = 14.55%
B = 49.48%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD46EE (or 0xAD46EE) is known color: Medium Orchid. HEX triplet: AD, 46 and EE. RGB value is (173,70,238). Sum of RGB (Red+Green+Blue) = 173+70+238=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 70 (27.73% from 255 or 14.55% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD46EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD46EE is #52B911. Grayscale: #777777. Windows color (decimal): -5421330 or 15615661. OLE color: 15615661.

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

Color convert

RGB 173 70 238 -
CMYK 0.27 0.71 0 0.07
HSL 276.79º 0.83% 0.6% -
HSV(B) 276.79º 0.71% 0.93% -
XYZ 34.86 19.44 82.8 -
YUV 119.95 194.62 165.84 -
System Red Green Blue C M Y K H S L
Decimal 173 70 238 0.27 0.71 0 0.07 276.79 0.83 0.6
Hex AD 46 EE 1B 47 0 7 115 53 3C
Octal 255 106 356 33 107 0 7 425 123 74
Binary 10101101 1000110 11101110 11011 1000111 0 111 100010101 1010011 111100

Color Harmonies of #AD46EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD46EE

Black with #AD46EE

Text Example


Text Example

White with #AD46EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD46EE; }

 p { color: rgb(173,70,238); }

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

background-color css

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

 a { background-color: rgb(173,70,238); }

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

border-color css

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

 span { border-color: rgb(173,70,238); }

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