Html Css Color HEX #AD45FA Medium Orchid

📋 copy color: '#AD45FA'

red 173 ◦ green 69 ◦ blue 250

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

Shades of Medium Orchid #AD45FA

Tints of Medium Orchid #AD45FA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.02%

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

R = 35.16%
G = 14.02%
B = 50.81%

CMYK

 C value IS 0.31

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD45FA (or 0xAD45FA) is known color: Medium Orchid. HEX triplet: AD, 45 and FA. RGB value is (173,69,250). Sum of RGB (Red+Green+Blue) = 173+69+250=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 69 (27.34% from 255 or 14.02% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD45FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD45FA is #52BA05. Grayscale: #787878. Windows color (decimal): -5421574 or 16401837. OLE color: 16401837.

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

Color convert

RGB 173 69 250 -
CMYK 0.31 0.72 0 0.02
HSL 274.48º 0.95% 0.63% -
HSV(B) 274.48º 0.72% 0.98% -
XYZ 36.62 20.04 92.38 -
YUV 120.73 200.96 165.28 -
System Red Green Blue C M Y K H S L
Decimal 173 69 250 0.31 0.72 0 0.02 274.48 0.95 0.63
Hex AD 45 FA 1F 48 0 2 112 5F 3F
Octal 255 105 372 37 110 0 2 422 137 77
Binary 10101101 1000101 11111010 11111 1001000 0 10 100010010 1011111 111111

Color Harmonies of #AD45FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD45FA

Black with #AD45FA

Text Example


Text Example

White with #AD45FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD45FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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