Html Css Color HEX #A17DED Medium Purple

📋 copy color: '#A17DED'

red 161 ◦ green 125 ◦ blue 237

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

Shades of Medium Purple #A17DED

Tints of Medium Purple #A17DED

RGB

 RED value IS 161 (63.28% from 255) = 30.78%

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

 BLUE value IS 237 (92.97% from 255) = 45.32%

R = 30.78%
G = 23.9%
B = 45.32%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A17DED (or 0xA17DED) is known color: Medium Purple. HEX triplet: A1, 7D and ED. RGB value is (161,125,237). Sum of RGB (Red+Green+Blue) = 161+125+237=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 125 (49.22% from 255 or 23.90% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #A17DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17DED is #5E8212. Grayscale: #949494. Windows color (decimal): -6193683 or 15564193. OLE color: 15564193.

HSL color Cylindrical-coordinate representation of color #A17DED: hue angle of 259.29º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A17DED is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 125 237 -
CMYK 0.32 0.47 0 0.07
HSL 259.29º 0.76% 0.71% -
HSV(B) 259.29º 0.47% 0.93% -
XYZ 37.32 28.36 83.63 -
YUV 148.53 177.93 136.89 -
System Red Green Blue C M Y K H S L
Decimal 161 125 237 0.32 0.47 0 0.07 259.29 0.76 0.71
Hex A1 7D ED 20 2F 0 7 103 4C 47
Octal 241 175 355 40 57 0 7 403 114 107
Binary 10100001 1111101 11101101 100000 101111 0 111 100000011 1001100 1000111

Color Harmonies of #A17DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17DED

Black with #A17DED

Text Example


Text Example

White with #A17DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17DED; }

 p { color: rgb(161,125,237); }

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

background-color css

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

 a { background-color: rgb(161,125,237); }

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

border-color css

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

 span { border-color: rgb(161,125,237); }

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