Html Css Color HEX #AD7DF3 Medium Purple

📋 copy color: '#AD7DF3'

red 173 ◦ green 125 ◦ blue 243

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

Shades of Medium Purple #AD7DF3

Tints of Medium Purple #AD7DF3

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.11%

 BLUE value IS 243 (95.31% from 255) = 44.92%

R = 31.98%
G = 23.11%
B = 44.92%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD7DF3 (or 0xAD7DF3) is known color: Medium Purple. HEX triplet: AD, 7D and F3. RGB value is (173,125,243). Sum of RGB (Red+Green+Blue) = 173+125+243=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 243 (95.31% from 255 or 44.92% from 541); Max value from RGB is 243 - color contains mainly: blue. Hex color #AD7DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7DF3 is #52820C. Grayscale: #989898. Windows color (decimal): -5407245 or 15957421. OLE color: 15957421.

HSL color Cylindrical-coordinate representation of color #AD7DF3: hue angle of 264.41º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD7DF3 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 125 243 -
CMYK 0.29 0.49 0 0.05
HSL 264.41º 0.83% 0.72% -
HSV(B) 264.41º 0.49% 0.95% -
XYZ 40.74 30.02 88.44 -
YUV 152.8 178.9 142.41 -
System Red Green Blue C M Y K H S L
Decimal 173 125 243 0.29 0.49 0 0.05 264.41 0.83 0.72
Hex AD 7D F3 1D 31 0 5 108 53 48
Octal 255 175 363 35 61 0 5 410 123 110
Binary 10101101 1111101 11110011 11101 110001 0 101 100001000 1010011 1001000

Color Harmonies of #AD7DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7DF3

Black with #AD7DF3

Text Example


Text Example

White with #AD7DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7DF3; }

 p { color: rgb(173,125,243); }

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

background-color css

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

 a { background-color: rgb(173,125,243); }

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

border-color css

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

 span { border-color: rgb(173,125,243); }

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