Html Css Color HEX #A17FEB Medium Purple

📋 copy color: '#A17FEB'

red 161 ◦ green 127 ◦ blue 235

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

Shades of Medium Purple #A17FEB

Tints of Medium Purple #A17FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.93%

R = 30.78%
G = 24.28%
B = 44.93%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A17FEB (or 0xA17FEB) is known color: Medium Purple. HEX triplet: A1, 7F and EB. RGB value is (161,127,235). Sum of RGB (Red+Green+Blue) = 161+127+235=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 127 (50% from 255 or 24.28% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #A17FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17FEB is #5E8014. Grayscale: #959595. Windows color (decimal): -6193173 or 15433633. OLE color: 15433633.

HSL color Cylindrical-coordinate representation of color #A17FEB: hue angle of 258.89º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A17FEB is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 127 235 -
CMYK 0.31 0.46 0 0.08
HSL 258.89º 0.73% 0.71% -
HSV(B) 258.89º 0.46% 0.92% -
XYZ 37.28 28.75 82.18 -
YUV 149.48 176.26 136.22 -
System Red Green Blue C M Y K H S L
Decimal 161 127 235 0.31 0.46 0 0.08 258.89 0.73 0.71
Hex A1 7F EB 1F 2E 0 8 103 49 47
Octal 241 177 353 37 56 0 10 403 111 107
Binary 10100001 1111111 11101011 11111 101110 0 1000 100000011 1001001 1000111

Color Harmonies of #A17FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17FEB

Black with #A17FEB

Text Example


Text Example

White with #A17FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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