Html Css Color HEX #AD5FDA Medium Orchid

📋 copy color: '#AD5FDA'

red 173 ◦ green 95 ◦ blue 218

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

Shades of Medium Orchid #AD5FDA

Tints of Medium Orchid #AD5FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.86%

R = 35.6%
G = 19.55%
B = 44.86%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD5FDA (or 0xAD5FDA) is known color: Medium Orchid. HEX triplet: AD, 5F and DA. RGB value is (173,95,218). Sum of RGB (Red+Green+Blue) = 173+95+218=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 95 (37.5% from 255 or 19.55% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD5FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5FDA is #52A025. Grayscale: #838383. Windows color (decimal): -5414950 or 14311341. OLE color: 14311341.

HSL color Cylindrical-coordinate representation of color #AD5FDA: hue angle of 278.05º degrees, saturation: 0.62, 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 #AD5FDA is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 95 218 -
CMYK 0.21 0.56 0 0.15
HSL 278.05º 0.62% 0.61% -
HSV(B) 278.05º 0.56% 0.85% -
XYZ 33.98 22.13 68.81 -
YUV 132.34 176.34 157 -
System Red Green Blue C M Y K H S L
Decimal 173 95 218 0.21 0.56 0 0.15 278.05 0.62 0.61
Hex AD 5F DA 15 38 0 F 116 3E 3D
Octal 255 137 332 25 70 0 17 426 76 75
Binary 10101101 1011111 11011010 10101 111000 0 1111 100010110 111110 111101

Color Harmonies of #AD5FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5FDA

Black with #AD5FDA

Text Example


Text Example

White with #AD5FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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