Html Css Color HEX #A168EA Medium Purple

📋 copy color: '#A168EA'

red 161 ◦ green 104 ◦ blue 234

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

Shades of Medium Purple #A168EA

Tints of Medium Purple #A168EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.89%

R = 32.26%
G = 20.84%
B = 46.89%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A168EA (or 0xA168EA) is known color: Medium Purple. HEX triplet: A1, 68 and EA. RGB value is (161,104,234). Sum of RGB (Red+Green+Blue) = 161+104+234=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 104 (41.02% from 255 or 20.84% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #A168EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A168EA is #5E9715. Grayscale: #878787. Windows color (decimal): -6199062 or 15362209. OLE color: 15362209.

HSL color Cylindrical-coordinate representation of color #A168EA: hue angle of 266.31º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A168EA is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 104 234 -
CMYK 0.31 0.56 0 0.08
HSL 266.31º 0.76% 0.66% -
HSV(B) 266.31º 0.56% 0.92% -
XYZ 34.5 23.42 80.54 -
YUV 135.86 183.38 145.93 -
System Red Green Blue C M Y K H S L
Decimal 161 104 234 0.31 0.56 0 0.08 266.31 0.76 0.66
Hex A1 68 EA 1F 38 0 8 10A 4C 42
Octal 241 150 352 37 70 0 10 412 114 102
Binary 10100001 1101000 11101010 11111 111000 0 1000 100001010 1001100 1000010

Color Harmonies of #A168EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A168EA

Black with #A168EA

Text Example


Text Example

White with #A168EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A168EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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