Html Css Color HEX #AD4AF5 Medium Orchid

📋 copy color: '#AD4AF5'

red 173 ◦ green 74 ◦ blue 245

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

Shades of Medium Orchid #AD4AF5

Tints of Medium Orchid #AD4AF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 49.8%

R = 35.16%
G = 15.04%
B = 49.8%

CMYK

 C value IS 0.29

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AD4AF5 (or 0xAD4AF5) is known color: Medium Orchid. HEX triplet: AD, 4A and F5. RGB value is (173,74,245). Sum of RGB (Red+Green+Blue) = 173+74+245=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 74 (29.30% from 255 or 15.04% from 492); Blue value is 245 (96.09% from 255 or 49.80% from 492); Max value from RGB is 245 - color contains mainly: blue. Hex color #AD4AF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD4AF5 is #52B50A. Grayscale: #7A7A7A. Windows color (decimal): -5420299 or 16075437. OLE color: 16075437.

HSL color Cylindrical-coordinate representation of color #AD4AF5: hue angle of 274.74º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD4AF5 is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 74 245 -
CMYK 0.29 0.70 0 0.04
HSL 274.74º 0.9% 0.63% -
HSV(B) 274.74º 0.7% 0.96% -
XYZ 36.16 20.37 88.41 -
YUV 123.1 196.8 163.6 -
System Red Green Blue C M Y K H S L
Decimal 173 74 245 0.29 0.70 0 0.04 274.74 0.9 0.63
Hex AD 4A F5 1D 46 0 4 113 5A 3F
Octal 255 112 365 35 106 0 4 423 132 77
Binary 10101101 1001010 11110101 11101 1000110 0 100 100010011 1011010 111111

Color Harmonies of #AD4AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4AF5

Black with #AD4AF5

Text Example


Text Example

White with #AD4AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4AF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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