Html Css Color HEX #AD51F2 Medium Orchid

📋 copy color: '#AD51F2'

red 173 ◦ green 81 ◦ blue 242

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

Shades of Medium Orchid #AD51F2

Tints of Medium Orchid #AD51F2

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.33%

 BLUE value IS 242 (94.92% from 255) = 48.79%

R = 34.88%
G = 16.33%
B = 48.79%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD51F2 (or 0xAD51F2) is known color: Medium Orchid. HEX triplet: AD, 51 and F2. RGB value is (173,81,242). Sum of RGB (Red+Green+Blue) = 173+81+242=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 81 (32.03% from 255 or 16.33% from 496); Blue value is 242 (94.92% from 255 or 48.79% from 496); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD51F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD51F2 is #52AE0D. Grayscale: #7E7E7E. Windows color (decimal): -5418510 or 15880621. OLE color: 15880621.

HSL color Cylindrical-coordinate representation of color #AD51F2: hue angle of 274.29º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD51F2 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 81 242 -
CMYK 0.29 0.67 0 0.05
HSL 274.29º 0.86% 0.63% -
HSV(B) 274.29º 0.67% 0.95% -
XYZ 36.2 21.18 86.18 -
YUV 126.86 192.98 160.91 -
System Red Green Blue C M Y K H S L
Decimal 173 81 242 0.29 0.67 0 0.05 274.29 0.86 0.63
Hex AD 51 F2 1D 43 0 5 112 56 3F
Octal 255 121 362 35 103 0 5 422 126 77
Binary 10101101 1010001 11110010 11101 1000011 0 101 100010010 1010110 111111

Color Harmonies of #AD51F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD51F2

Black with #AD51F2

Text Example


Text Example

White with #AD51F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD51F2; }

 p { color: rgb(173,81,242); }

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

background-color css

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

 a { background-color: rgb(173,81,242); }

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

border-color css

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

 span { border-color: rgb(173,81,242); }

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