Html Css Color HEX #AD4FEB Medium Orchid

📋 copy color: '#AD4FEB'

red 173 ◦ green 79 ◦ blue 235

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

Shades of Medium Orchid #AD4FEB

Tints of Medium Orchid #AD4FEB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.22%

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

R = 35.52%
G = 16.22%
B = 48.25%

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

#AD4FEB (or 0xAD4FEB) is known color: Medium Orchid. HEX triplet: AD, 4F and EB. RGB value is (173,79,235). Sum of RGB (Red+Green+Blue) = 173+79+235=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 79 (31.25% from 255 or 16.22% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD4FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD4FEB is #52B014. Grayscale: #7C7C7C. Windows color (decimal): -5419029 or 15421357. OLE color: 15421357.

HSL color Cylindrical-coordinate representation of color #AD4FEB: hue angle of 276.15º degrees, saturation: 0.8, 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 #AD4FEB is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 79 235 -
CMYK 0.26 0.66 0 0.08
HSL 276.15º 0.8% 0.62% -
HSV(B) 276.15º 0.66% 0.92% -
XYZ 35.02 20.47 80.7 -
YUV 124.89 190.14 162.32 -
System Red Green Blue C M Y K H S L
Decimal 173 79 235 0.26 0.66 0 0.08 276.15 0.8 0.62
Hex AD 4F EB 1A 42 0 8 114 50 3E
Octal 255 117 353 32 102 0 10 424 120 76
Binary 10101101 1001111 11101011 11010 1000010 0 1000 100010100 1010000 111110

Color Harmonies of #AD4FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4FEB

Black with #AD4FEB

Text Example


Text Example

White with #AD4FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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