Html Css Color HEX #AD5FD8 Medium Orchid

📋 copy color: '#AD5FD8'

red 173 ◦ green 95 ◦ blue 216

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

Shades of Medium Orchid #AD5FD8

Tints of Medium Orchid #AD5FD8

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.63%

 BLUE value IS 216 (84.77% from 255) = 44.63%

R = 35.74%
G = 19.63%
B = 44.63%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD5FD8 (or 0xAD5FD8) is known color: Medium Orchid. HEX triplet: AD, 5F and D8. RGB value is (173,95,216). Sum of RGB (Red+Green+Blue) = 173+95+216=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 95 (37.5% from 255 or 19.63% from 484); Blue value is 216 (84.77% from 255 or 44.63% from 484); Max value from RGB is 216 - color contains mainly: blue. Hex color #AD5FD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5FD8 is #52A027. Grayscale: #838383. Windows color (decimal): -5414952 or 14180269. OLE color: 14180269.

HSL color Cylindrical-coordinate representation of color #AD5FD8: hue angle of 278.68º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD5FD8 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 95 216 -
CMYK 0.20 0.56 0 0.15
HSL 278.68º 0.61% 0.61% -
HSV(B) 278.68º 0.56% 0.85% -
XYZ 33.72 22.03 67.44 -
YUV 132.12 175.34 157.16 -
System Red Green Blue C M Y K H S L
Decimal 173 95 216 0.20 0.56 0 0.15 278.68 0.61 0.61
Hex AD 5F D8 14 38 0 F 117 3D 3D
Octal 255 137 330 24 70 0 17 427 75 75
Binary 10101101 1011111 11011000 10100 111000 0 1111 100010111 111101 111101

Color Harmonies of #AD5FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5FD8

Black with #AD5FD8

Text Example


Text Example

White with #AD5FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5FD8; }

 p { color: rgb(173,95,216); }

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

background-color css

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

 a { background-color: rgb(173,95,216); }

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

border-color css

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

 span { border-color: rgb(173,95,216); }

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