Html Css Color HEX #A168EE Medium Purple

📋 copy color: '#A168EE'

red 161 ◦ green 104 ◦ blue 238

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

Shades of Medium Purple #A168EE

Tints of Medium Purple #A168EE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.68%

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

R = 32.01%
G = 20.68%
B = 47.32%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A168EE (or 0xA168EE) is known color: Medium Purple. HEX triplet: A1, 68 and EE. RGB value is (161,104,238). Sum of RGB (Red+Green+Blue) = 161+104+238=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #A168EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A168EE is #5E9711. Grayscale: #878787. Windows color (decimal): -6199058 or 15624353. OLE color: 15624353.

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

Color convert

RGB 161 104 238 -
CMYK 0.32 0.56 0 0.07
HSL 265.52º 0.8% 0.67% -
HSV(B) 265.52º 0.56% 0.93% -
XYZ 35.08 23.65 83.61 -
YUV 136.32 185.38 145.6 -
System Red Green Blue C M Y K H S L
Decimal 161 104 238 0.32 0.56 0 0.07 265.52 0.8 0.67
Hex A1 68 EE 20 38 0 7 10A 50 43
Octal 241 150 356 40 70 0 7 412 120 103
Binary 10100001 1101000 11101110 100000 111000 0 111 100001010 1010000 1000011

Color Harmonies of #A168EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A168EE

Black with #A168EE

Text Example


Text Example

White with #A168EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A168EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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