Html Css Color HEX #A17EEE Medium Purple

📋 copy color: '#A17EEE'

red 161 ◦ green 126 ◦ blue 238

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

Shades of Medium Purple #A17EEE

Tints of Medium Purple #A17EEE

RGB

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

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

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

R = 30.67%
G = 24%
B = 45.33%

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

#A17EEE (or 0xA17EEE) is known color: Medium Purple. HEX triplet: A1, 7E and EE. RGB value is (161,126,238). Sum of RGB (Red+Green+Blue) = 161+126+238=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 126 (49.61% from 255 or 24% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #A17EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17EEE is #5E8111. Grayscale: #949494. Windows color (decimal): -6193426 or 15629985. OLE color: 15629985.

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

Color convert

RGB 161 126 238 -
CMYK 0.32 0.47 0 0.07
HSL 258.75º 0.77% 0.71% -
HSV(B) 258.75º 0.47% 0.93% -
XYZ 37.59 28.67 84.44 -
YUV 149.23 178.1 136.39 -
System Red Green Blue C M Y K H S L
Decimal 161 126 238 0.32 0.47 0 0.07 258.75 0.77 0.71
Hex A1 7E EE 20 2F 0 7 103 4D 47
Octal 241 176 356 40 57 0 7 403 115 107
Binary 10100001 1111110 11101110 100000 101111 0 111 100000011 1001101 1000111

Color Harmonies of #A17EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17EEE

Black with #A17EEE

Text Example


Text Example

White with #A17EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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