Html Css Color HEX #AD52FF Medium Orchid

📋 copy color: '#AD52FF'

red 173 ◦ green 82 ◦ blue 255

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

Shades of Medium Orchid #AD52FF

Tints of Medium Orchid #AD52FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50%

R = 33.92%
G = 16.08%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD52FF (or 0xAD52FF) is known color: Medium Orchid. HEX triplet: AD, 52 and FF. RGB value is (173,82,255). Sum of RGB (Red+Green+Blue) = 173+82+255=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 82 (32.42% from 255 or 16.08% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD52FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD52FF is #52AD00. Grayscale: #808080. Windows color (decimal): -5418241 or 16732845. OLE color: 16732845.

HSL color Cylindrical-coordinate representation of color #AD52FF: hue angle of 271.56º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD52FF is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 173 82 255 -
CMYK 0.32 0.68 0 0
HSL 271.56º 1% 0.66% -
HSV(B) 271.56º 0.68% 1% -
XYZ 38.3 22.14 96.86 -
YUV 128.93 199.15 159.43 -
System Red Green Blue C M Y K H S L
Decimal 173 82 255 0.32 0.68 0 0 271.56 1 0.66
Hex AD 52 FF 20 44 0 0 110 64 42
Octal 255 122 377 40 104 0 0 420 144 102
Binary 10101101 1010010 11111111 100000 1000100 0 0 100010000 1100100 1000010

Color Harmonies of #AD52FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD52FF

Black with #AD52FF

Text Example


Text Example

White with #AD52FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD52FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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