Html Css Color HEX #AD52FA Medium Orchid

📋 copy color: '#AD52FA'

red 173 ◦ green 82 ◦ blue 250

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

Shades of Medium Orchid #AD52FA

Tints of Medium Orchid #AD52FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.5%

R = 34.26%
G = 16.24%
B = 49.5%

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

#AD52FA (or 0xAD52FA) is known color: Medium Orchid. HEX triplet: AD, 52 and FA. RGB value is (173,82,250). Sum of RGB (Red+Green+Blue) = 173+82+250=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 82 (32.42% from 255 or 16.24% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD52FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD52FA is #52AD05. Grayscale: #7F7F7F. Windows color (decimal): -5418246 or 16405165. OLE color: 16405165.

HSL color Cylindrical-coordinate representation of color #AD52FA: hue angle of 272.5º degrees, saturation: 0.94, 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 #AD52FA is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 82 250 -
CMYK 0.31 0.67 0 0.02
HSL 272.5º 0.94% 0.65% -
HSV(B) 272.5º 0.67% 0.98% -
XYZ 37.51 21.82 92.68 -
YUV 128.36 196.65 159.84 -
System Red Green Blue C M Y K H S L
Decimal 173 82 250 0.31 0.67 0 0.02 272.5 0.94 0.65
Hex AD 52 FA 1F 43 0 2 110 5E 41
Octal 255 122 372 37 103 0 2 420 136 101
Binary 10101101 1010010 11111010 11111 1000011 0 10 100010000 1011110 1000001

Color Harmonies of #AD52FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD52FA

Black with #AD52FA

Text Example


Text Example

White with #AD52FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD52FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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