Html Css Color HEX #AD42EE Medium Orchid

📋 copy color: '#AD42EE'

red 173 ◦ green 66 ◦ blue 238

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

Shades of Medium Orchid #AD42EE

Tints of Medium Orchid #AD42EE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.84%

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

R = 36.27%
G = 13.84%
B = 49.9%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD42EE (or 0xAD42EE) is known color: Medium Orchid. HEX triplet: AD, 42 and EE. RGB value is (173,66,238). Sum of RGB (Red+Green+Blue) = 173+66+238=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 66 (26.17% from 255 or 13.84% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD42EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD42EE is #52BD11. Grayscale: #757575. Windows color (decimal): -5422354 or 15614637. OLE color: 15614637.

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

Color convert

RGB 173 66 238 -
CMYK 0.27 0.72 0 0.07
HSL 277.33º 0.83% 0.6% -
HSV(B) 277.33º 0.72% 0.93% -
XYZ 34.61 18.95 82.72 -
YUV 117.6 195.95 167.51 -
System Red Green Blue C M Y K H S L
Decimal 173 66 238 0.27 0.72 0 0.07 277.33 0.83 0.6
Hex AD 42 EE 1B 48 0 7 115 53 3C
Octal 255 102 356 33 110 0 7 425 123 74
Binary 10101101 1000010 11101110 11011 1001000 0 111 100010101 1010011 111100

Color Harmonies of #AD42EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD42EE

Black with #AD42EE

Text Example


Text Example

White with #AD42EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD42EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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