Html Css Color HEX #AD5CFD Medium Purple

📋 copy color: '#AD5CFD'

red 173 ◦ green 92 ◦ blue 253

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

Shades of Medium Purple #AD5CFD

Tints of Medium Purple #AD5CFD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.76%

 BLUE value IS 253 (99.22% from 255) = 48.84%

R = 33.4%
G = 17.76%
B = 48.84%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD5CFD (or 0xAD5CFD) is known color: Medium Purple. HEX triplet: AD, 5C and FD. RGB value is (173,92,253). Sum of RGB (Red+Green+Blue) = 173+92+253=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 92 (36.33% from 255 or 17.76% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD5CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5CFD is #52A302. Grayscale: #868686. Windows color (decimal): -5415683 or 16604333. OLE color: 16604333.

HSL color Cylindrical-coordinate representation of color #AD5CFD: hue angle of 270.19º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD5CFD is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 92 253 -
CMYK 0.32 0.64 0 0.01
HSL 270.19º 0.98% 0.68% -
HSV(B) 270.19º 0.64% 0.99% -
XYZ 38.79 23.63 95.45 -
YUV 134.57 194.84 155.41 -
System Red Green Blue C M Y K H S L
Decimal 173 92 253 0.32 0.64 0 0.01 270.19 0.98 0.68
Hex AD 5C FD 20 40 0 1 10E 62 44
Octal 255 134 375 40 100 0 1 416 142 104
Binary 10101101 1011100 11111101 100000 1000000 0 1 100001110 1100010 1000100

Color Harmonies of #AD5CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5CFD

Black with #AD5CFD

Text Example


Text Example

White with #AD5CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5CFD; }

 p { color: rgb(173,92,253); }

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

background-color css

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

 a { background-color: rgb(173,92,253); }

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

border-color css

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

 span { border-color: rgb(173,92,253); }

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