Html Css Color HEX #AD52F6 Medium Orchid

📋 copy color: '#AD52F6'

red 173 ◦ green 82 ◦ blue 246

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

Shades of Medium Orchid #AD52F6

Tints of Medium Orchid #AD52F6

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.37%

 BLUE value IS 246 (96.48% from 255) = 49.1%

R = 34.53%
G = 16.37%
B = 49.1%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AD52F6 (or 0xAD52F6) is known color: Medium Orchid. HEX triplet: AD, 52 and F6. RGB value is (173,82,246). Sum of RGB (Red+Green+Blue) = 173+82+246=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 82 (32.42% from 255 or 16.37% from 501); Blue value is 246 (96.48% from 255 or 49.10% from 501); Max value from RGB is 246 - color contains mainly: blue. Hex color #AD52F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD52F6 is #52AD09. Grayscale: #7F7F7F. Windows color (decimal): -5418250 or 16143021. OLE color: 16143021.

HSL color Cylindrical-coordinate representation of color #AD52F6: hue angle of 273.29º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD52F6 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 82 246 -
CMYK 0.30 0.67 0 0.04
HSL 273.29º 0.9% 0.64% -
HSV(B) 273.29º 0.67% 0.96% -
XYZ 36.89 21.57 89.41 -
YUV 127.91 194.65 160.16 -
System Red Green Blue C M Y K H S L
Decimal 173 82 246 0.30 0.67 0 0.04 273.29 0.9 0.64
Hex AD 52 F6 1E 43 0 4 111 5A 40
Octal 255 122 366 36 103 0 4 421 132 100
Binary 10101101 1010010 11110110 11110 1000011 0 100 100010001 1011010 1000000

Color Harmonies of #AD52F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD52F6

Black with #AD52F6

Text Example


Text Example

White with #AD52F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD52F6; }

 p { color: rgb(173,82,246); }

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

background-color css

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

 a { background-color: rgb(173,82,246); }

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

border-color css

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

 span { border-color: rgb(173,82,246); }

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