Html Css Color HEX #AD3FF0 Medium Orchid

📋 copy color: '#AD3FF0'

red 173 ◦ green 63 ◦ blue 240

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

Shades of Medium Orchid #AD3FF0

Tints of Medium Orchid #AD3FF0

RGB

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

 GREEN value IS 63 (25% from 255) = 13.24%

 BLUE value IS 240 (94.14% from 255) = 50.42%

R = 36.34%
G = 13.24%
B = 50.42%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AD3FF0 (or 0xAD3FF0) is known color: Medium Orchid. HEX triplet: AD, 3F and F0. RGB value is (173,63,240). Sum of RGB (Red+Green+Blue) = 173+63+240=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 63 (25% from 255 or 13.24% from 476); Blue value is 240 (94.14% from 255 or 50.42% from 476); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD3FF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3FF0 is #52C00F. Grayscale: #737373. Windows color (decimal): -5423120 or 15744941. OLE color: 15744941.

HSL color Cylindrical-coordinate representation of color #AD3FF0: hue angle of 277.29º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD3FF0 is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 63 240 -
CMYK 0.28 0.74 0 0.06
HSL 277.29º 0.86% 0.59% -
HSV(B) 277.29º 0.74% 0.94% -
XYZ 34.74 18.73 84.22 -
YUV 116.07 197.94 168.61 -
System Red Green Blue C M Y K H S L
Decimal 173 63 240 0.28 0.74 0 0.06 277.29 0.86 0.59
Hex AD 3F F0 1C 4A 0 6 115 56 3B
Octal 255 77 360 34 112 0 6 425 126 73
Binary 10101101 111111 11110000 11100 1001010 0 110 100010101 1010110 111011

Color Harmonies of #AD3FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3FF0

Black with #AD3FF0

Text Example


Text Example

White with #AD3FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3FF0; }

 p { color: rgb(173,63,240); }

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

background-color css

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

 a { background-color: rgb(173,63,240); }

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

border-color css

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

 span { border-color: rgb(173,63,240); }

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