Html Css Color HEX #AD42EB Medium Orchid

📋 copy color: '#AD42EB'

red 173 ◦ green 66 ◦ blue 235

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

Shades of Medium Orchid #AD42EB

Tints of Medium Orchid #AD42EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.58%

R = 36.5%
G = 13.92%
B = 49.58%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD42EB (or 0xAD42EB) is known color: Medium Orchid. HEX triplet: AD, 42 and EB. RGB value is (173,66,235). Sum of RGB (Red+Green+Blue) = 173+66+235=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 66 (26.17% from 255 or 13.92% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD42EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD42EB is #52BD14. Grayscale: #747474. Windows color (decimal): -5422357 or 15418029. OLE color: 15418029.

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

Color convert

RGB 173 66 235 -
CMYK 0.26 0.72 0 0.08
HSL 277.99º 0.81% 0.59% -
HSV(B) 277.99º 0.72% 0.92% -
XYZ 34.18 18.78 80.42 -
YUV 117.26 194.45 167.76 -
System Red Green Blue C M Y K H S L
Decimal 173 66 235 0.26 0.72 0 0.08 277.99 0.81 0.59
Hex AD 42 EB 1A 48 0 8 116 51 3B
Octal 255 102 353 32 110 0 10 426 121 73
Binary 10101101 1000010 11101011 11010 1001000 0 1000 100010110 1010001 111011

Color Harmonies of #AD42EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD42EB

Black with #AD42EB

Text Example


Text Example

White with #AD42EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD42EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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