Html Css Color HEX #A17EEB Medium Purple

📋 copy color: '#A17EEB'

red 161 ◦ green 126 ◦ blue 235

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

Shades of Medium Purple #A17EEB

Tints of Medium Purple #A17EEB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.14%

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

R = 30.84%
G = 24.14%
B = 45.02%

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

#A17EEB (or 0xA17EEB) is known color: Medium Purple. HEX triplet: A1, 7E and EB. RGB value is (161,126,235). Sum of RGB (Red+Green+Blue) = 161+126+235=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 126 (49.61% from 255 or 24.14% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #A17EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17EEB is #5E8114. Grayscale: #949494. Windows color (decimal): -6193429 or 15433377. OLE color: 15433377.

HSL color Cylindrical-coordinate representation of color #A17EEB: hue angle of 259.27º 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 #A17EEB is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 126 235 -
CMYK 0.31 0.46 0 0.08
HSL 259.27º 0.73% 0.71% -
HSV(B) 259.27º 0.46% 0.92% -
XYZ 37.15 28.5 82.14 -
YUV 148.89 176.6 136.64 -
System Red Green Blue C M Y K H S L
Decimal 161 126 235 0.31 0.46 0 0.08 259.27 0.73 0.71
Hex A1 7E EB 1F 2E 0 8 103 49 47
Octal 241 176 353 37 56 0 10 403 111 107
Binary 10100001 1111110 11101011 11111 101110 0 1000 100000011 1001001 1000111

Color Harmonies of #A17EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17EEB

Black with #A17EEB

Text Example


Text Example

White with #A17EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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