Html Css Color HEX #AD5CFA Medium Purple

📋 copy color: '#AD5CFA'

red 173 ◦ green 92 ◦ blue 250

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

Shades of Medium Purple #AD5CFA

Tints of Medium Purple #AD5CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.54%

R = 33.59%
G = 17.86%
B = 48.54%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD5CFA (or 0xAD5CFA) is known color: Medium Purple. HEX triplet: AD, 5C and FA. RGB value is (173,92,250). Sum of RGB (Red+Green+Blue) = 173+92+250=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 92 (36.33% from 255 or 17.86% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD5CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5CFA is #52A305. Grayscale: #858585. Windows color (decimal): -5415686 or 16407725. OLE color: 16407725.

HSL color Cylindrical-coordinate representation of color #AD5CFA: hue angle of 270.76º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD5CFA is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 92 250 -
CMYK 0.31 0.63 0 0.02
HSL 270.76º 0.94% 0.67% -
HSV(B) 270.76º 0.63% 0.98% -
XYZ 38.32 23.44 92.95 -
YUV 134.23 193.34 155.65 -
System Red Green Blue C M Y K H S L
Decimal 173 92 250 0.31 0.63 0 0.02 270.76 0.94 0.67
Hex AD 5C FA 1F 3F 0 2 10F 5E 43
Octal 255 134 372 37 77 0 2 417 136 103
Binary 10101101 1011100 11111010 11111 111111 0 10 100001111 1011110 1000011

Color Harmonies of #AD5CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5CFA

Black with #AD5CFA

Text Example


Text Example

White with #AD5CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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