Html Css Color HEX #A17EEF Medium Purple

📋 copy color: '#A17EEF'

red 161 ◦ green 126 ◦ blue 239

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

Shades of Medium Purple #A17EEF

Tints of Medium Purple #A17EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.44%

R = 30.61%
G = 23.95%
B = 45.44%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A17EEF (or 0xA17EEF) is known color: Medium Purple. HEX triplet: A1, 7E and EF. RGB value is (161,126,239). Sum of RGB (Red+Green+Blue) = 161+126+239=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 126 (49.61% from 255 or 23.95% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #A17EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17EEF is #5E8110. Grayscale: #949494. Windows color (decimal): -6193425 or 15695521. OLE color: 15695521.

HSL color Cylindrical-coordinate representation of color #A17EEF: hue angle of 258.58º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A17EEF is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 126 239 -
CMYK 0.33 0.47 0 0.06
HSL 258.58º 0.78% 0.72% -
HSV(B) 258.58º 0.47% 0.94% -
XYZ 37.74 28.73 85.22 -
YUV 149.35 178.6 136.31 -
System Red Green Blue C M Y K H S L
Decimal 161 126 239 0.33 0.47 0 0.06 258.58 0.78 0.72
Hex A1 7E EF 21 2F 0 6 103 4E 48
Octal 241 176 357 41 57 0 6 403 116 110
Binary 10100001 1111110 11101111 100001 101111 0 110 100000011 1001110 1001000

Color Harmonies of #A17EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17EEF

Black with #A17EEF

Text Example


Text Example

White with #A17EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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