Html Css Color HEX #A17FED Medium Purple

📋 copy color: '#A17FED'

red 161 ◦ green 127 ◦ blue 237

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

Shades of Medium Purple #A17FED

Tints of Medium Purple #A17FED

RGB

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

 GREEN value IS 127 (50% from 255) = 24.19%

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

R = 30.67%
G = 24.19%
B = 45.14%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A17FED (or 0xA17FED) is known color: Medium Purple. HEX triplet: A1, 7F and ED. RGB value is (161,127,237). Sum of RGB (Red+Green+Blue) = 161+127+237=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 127 (50% from 255 or 24.19% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #A17FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17FED is #5E8012. Grayscale: #959595. Windows color (decimal): -6193171 or 15564705. OLE color: 15564705.

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

Color convert

RGB 161 127 237 -
CMYK 0.32 0.46 0 0.07
HSL 258.55º 0.75% 0.71% -
HSV(B) 258.55º 0.46% 0.93% -
XYZ 37.57 28.87 83.71 -
YUV 149.71 177.26 136.06 -
System Red Green Blue C M Y K H S L
Decimal 161 127 237 0.32 0.46 0 0.07 258.55 0.75 0.71
Hex A1 7F ED 20 2E 0 7 103 4B 47
Octal 241 177 355 40 56 0 7 403 113 107
Binary 10100001 1111111 11101101 100000 101110 0 111 100000011 1001011 1000111

Color Harmonies of #A17FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17FED

Black with #A17FED

Text Example


Text Example

White with #A17FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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