Html Css Color HEX #AD4AEA Medium Orchid

📋 copy color: '#AD4AEA'

red 173 ◦ green 74 ◦ blue 234

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

Shades of Medium Orchid #AD4AEA

Tints of Medium Orchid #AD4AEA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.38%

 BLUE value IS 234 (91.8% from 255) = 48.65%

R = 35.97%
G = 15.38%
B = 48.65%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD4AEA (or 0xAD4AEA) is known color: Medium Orchid. HEX triplet: AD, 4A and EA. RGB value is (173,74,234). Sum of RGB (Red+Green+Blue) = 173+74+234=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 74 (29.30% from 255 or 15.38% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD4AEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD4AEA is #52B515. Grayscale: #797979. Windows color (decimal): -5420310 or 15354541. OLE color: 15354541.

HSL color Cylindrical-coordinate representation of color #AD4AEA: hue angle of 277.12º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD4AEA is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 74 234 -
CMYK 0.26 0.68 0 0.08
HSL 277.13º 0.79% 0.6% -
HSV(B) 277.13º 0.68% 0.92% -
XYZ 34.53 19.72 79.83 -
YUV 121.84 191.3 164.49 -
System Red Green Blue C M Y K H S L
Decimal 173 74 234 0.26 0.68 0 0.08 277.13 0.79 0.6
Hex AD 4A EA 1A 44 0 8 115 4F 3C
Octal 255 112 352 32 104 0 10 425 117 74
Binary 10101101 1001010 11101010 11010 1000100 0 1000 100010101 1001111 111100

Color Harmonies of #AD4AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4AEA

Black with #AD4AEA

Text Example


Text Example

White with #AD4AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4AEA; }

 p { color: rgb(173,74,234); }

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

background-color css

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

 a { background-color: rgb(173,74,234); }

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

border-color css

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

 span { border-color: rgb(173,74,234); }

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