Html Css Color HEX #AD4BDA Medium Orchid

📋 copy color: '#AD4BDA'

red 173 ◦ green 75 ◦ blue 218

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

Shades of Medium Orchid #AD4BDA

Tints of Medium Orchid #AD4BDA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.09%

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

R = 37.12%
G = 16.09%
B = 46.78%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD4BDA (or 0xAD4BDA) is known color: Medium Orchid. HEX triplet: AD, 4B and DA. RGB value is (173,75,218). Sum of RGB (Red+Green+Blue) = 173+75+218=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 75 (29.69% from 255 or 16.09% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD4BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4BDA is #52B425. Grayscale: #787878. Windows color (decimal): -5420070 or 14306221. OLE color: 14306221.

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

Color convert

RGB 173 75 218 -
CMYK 0.21 0.66 0 0.15
HSL 281.12º 0.66% 0.57% -
HSV(B) 281.12º 0.66% 0.85% -
XYZ 32.4 18.98 68.28 -
YUV 120.6 182.97 165.37 -
System Red Green Blue C M Y K H S L
Decimal 173 75 218 0.21 0.66 0 0.15 281.12 0.66 0.57
Hex AD 4B DA 15 42 0 F 119 42 39
Octal 255 113 332 25 102 0 17 431 102 71
Binary 10101101 1001011 11011010 10101 1000010 0 1111 100011001 1000010 111001

Color Harmonies of #AD4BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4BDA

Black with #AD4BDA

Text Example


Text Example

White with #AD4BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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