Html Css Color HEX #AD3EEB Medium Orchid

📋 copy color: '#AD3EEB'

red 173 ◦ green 62 ◦ blue 235

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

Shades of Medium Orchid #AD3EEB

Tints of Medium Orchid #AD3EEB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.19%

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

R = 36.81%
G = 13.19%
B = 50%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD3EEB (or 0xAD3EEB) is known color: Medium Orchid. HEX triplet: AD, 3E and EB. RGB value is (173,62,235). Sum of RGB (Red+Green+Blue) = 173+62+235=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 62 (24.61% from 255 or 13.19% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD3EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3EEB is #52C114. Grayscale: #727272. Windows color (decimal): -5423381 or 15417005. OLE color: 15417005.

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

Color convert

RGB 173 62 235 -
CMYK 0.26 0.74 0 0.08
HSL 278.5º 0.81% 0.58% -
HSV(B) 278.5º 0.74% 0.92% -
XYZ 33.95 18.33 80.35 -
YUV 114.91 195.77 169.43 -
System Red Green Blue C M Y K H S L
Decimal 173 62 235 0.26 0.74 0 0.08 278.5 0.81 0.58
Hex AD 3E EB 1A 4A 0 8 116 51 3A
Octal 255 76 353 32 112 0 10 426 121 72
Binary 10101101 111110 11101011 11010 1001010 0 1000 100010110 1010001 111010

Color Harmonies of #AD3EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3EEB

Black with #AD3EEB

Text Example


Text Example

White with #AD3EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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