Html Css Color HEX #A168ED Medium Purple

📋 copy color: '#A168ED'

red 161 ◦ green 104 ◦ blue 237

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

Shades of Medium Purple #A168ED

Tints of Medium Purple #A168ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.21%

R = 32.07%
G = 20.72%
B = 47.21%

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

#A168ED (or 0xA168ED) is known color: Medium Purple. HEX triplet: A1, 68 and ED. RGB value is (161,104,237). Sum of RGB (Red+Green+Blue) = 161+104+237=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #A168ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A168ED is #5E9712. Grayscale: #878787. Windows color (decimal): -6199059 or 15558817. OLE color: 15558817.

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

Color convert

RGB 161 104 237 -
CMYK 0.32 0.56 0 0.07
HSL 265.71º 0.79% 0.67% -
HSV(B) 265.71º 0.56% 0.93% -
XYZ 34.93 23.59 82.83 -
YUV 136.21 184.88 145.69 -
System Red Green Blue C M Y K H S L
Decimal 161 104 237 0.32 0.56 0 0.07 265.71 0.79 0.67
Hex A1 68 ED 20 38 0 7 10A 4F 43
Octal 241 150 355 40 70 0 7 412 117 103
Binary 10100001 1101000 11101101 100000 111000 0 111 100001010 1001111 1000011

Color Harmonies of #A168ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A168ED

Black with #A168ED

Text Example


Text Example

White with #A168ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A168ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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