Html Css Color HEX #AD52F9 Medium Orchid

📋 copy color: '#AD52F9'

red 173 ◦ green 82 ◦ blue 249

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

Shades of Medium Orchid #AD52F9

Tints of Medium Orchid #AD52F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.4%

R = 34.33%
G = 16.27%
B = 49.4%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD52F9 (or 0xAD52F9) is known color: Medium Orchid. HEX triplet: AD, 52 and F9. RGB value is (173,82,249). Sum of RGB (Red+Green+Blue) = 173+82+249=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 82 (32.42% from 255 or 16.27% from 504); Blue value is 249 (97.66% from 255 or 49.40% from 504); Max value from RGB is 249 - color contains mainly: blue. Hex color #AD52F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD52F9 is #52AD06. Grayscale: #7F7F7F. Windows color (decimal): -5418247 or 16339629. OLE color: 16339629.

HSL color Cylindrical-coordinate representation of color #AD52F9: hue angle of 272.69º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD52F9 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 82 249 -
CMYK 0.31 0.67 0 0.02
HSL 272.69º 0.93% 0.65% -
HSV(B) 272.69º 0.67% 0.98% -
XYZ 37.35 21.76 91.85 -
YUV 128.25 196.15 159.92 -
System Red Green Blue C M Y K H S L
Decimal 173 82 249 0.31 0.67 0 0.02 272.69 0.93 0.65
Hex AD 52 F9 1F 43 0 2 111 5D 41
Octal 255 122 371 37 103 0 2 421 135 101
Binary 10101101 1010010 11111001 11111 1000011 0 10 100010001 1011101 1000001

Color Harmonies of #AD52F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD52F9

Black with #AD52F9

Text Example


Text Example

White with #AD52F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD52F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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