Html Css Color HEX #AD45F3 Medium Orchid

📋 copy color: '#AD45F3'

red 173 ◦ green 69 ◦ blue 243

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

Shades of Medium Orchid #AD45F3

Tints of Medium Orchid #AD45F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 50.1%

R = 35.67%
G = 14.23%
B = 50.1%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD45F3 (or 0xAD45F3) is known color: Medium Orchid. HEX triplet: AD, 45 and F3. RGB value is (173,69,243). Sum of RGB (Red+Green+Blue) = 173+69+243=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 69 (27.34% from 255 or 14.23% from 485); Blue value is 243 (95.31% from 255 or 50.10% from 485); Max value from RGB is 243 - color contains mainly: blue. Hex color #AD45F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD45F3 is #52BA0C. Grayscale: #777777. Windows color (decimal): -5421581 or 15943085. OLE color: 15943085.

HSL color Cylindrical-coordinate representation of color #AD45F3: hue angle of 275.86º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD45F3 is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 69 243 -
CMYK 0.29 0.72 0 0.05
HSL 275.86º 0.88% 0.61% -
HSV(B) 275.86º 0.72% 0.95% -
XYZ 35.54 19.61 86.71 -
YUV 119.93 197.46 165.85 -
System Red Green Blue C M Y K H S L
Decimal 173 69 243 0.29 0.72 0 0.05 275.86 0.88 0.61
Hex AD 45 F3 1D 48 0 5 114 58 3D
Octal 255 105 363 35 110 0 5 424 130 75
Binary 10101101 1000101 11110011 11101 1001000 0 101 100010100 1011000 111101

Color Harmonies of #AD45F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD45F3

Black with #AD45F3

Text Example


Text Example

White with #AD45F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD45F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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