Html Css Color HEX #A17DEE Medium Purple

📋 copy color: '#A17DEE'

red 161 ◦ green 125 ◦ blue 238

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

Shades of Medium Purple #A17DEE

Tints of Medium Purple #A17DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.42%

R = 30.73%
G = 23.85%
B = 45.42%

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

#A17DEE (or 0xA17DEE) is known color: Medium Purple. HEX triplet: A1, 7D and EE. RGB value is (161,125,238). Sum of RGB (Red+Green+Blue) = 161+125+238=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 125 (49.22% from 255 or 23.85% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #A17DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17DEE is #5E8211. Grayscale: #949494. Windows color (decimal): -6193682 or 15629729. OLE color: 15629729.

HSL color Cylindrical-coordinate representation of color #A17DEE: hue angle of 259.12º degrees, saturation: 0.77, 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 #A17DEE is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 125 238 -
CMYK 0.32 0.47 0 0.07
HSL 259.12º 0.77% 0.71% -
HSV(B) 259.12º 0.47% 0.93% -
XYZ 37.46 28.42 84.4 -
YUV 148.65 178.43 136.81 -
System Red Green Blue C M Y K H S L
Decimal 161 125 238 0.32 0.47 0 0.07 259.12 0.77 0.71
Hex A1 7D EE 20 2F 0 7 103 4D 47
Octal 241 175 356 40 57 0 7 403 115 107
Binary 10100001 1111101 11101110 100000 101111 0 111 100000011 1001101 1000111

Color Harmonies of #A17DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17DEE

Black with #A17DEE

Text Example


Text Example

White with #A17DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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