Html Css Color HEX #A165EE Medium Purple

📋 copy color: '#A165EE'

red 161 ◦ green 101 ◦ blue 238

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

Shades of Medium Purple #A165EE

Tints of Medium Purple #A165EE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.2%

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

R = 32.2%
G = 20.2%
B = 47.6%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A165EE (or 0xA165EE) is known color: Medium Purple. HEX triplet: A1, 65 and EE. RGB value is (161,101,238). Sum of RGB (Red+Green+Blue) = 161+101+238=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 101 (39.84% from 255 or 20.2% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #A165EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A165EE is #5E9A11. Grayscale: #868686. Windows color (decimal): -6199826 or 15623585. OLE color: 15623585.

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

Color convert

RGB 161 101 238 -
CMYK 0.32 0.58 0 0.07
HSL 266.28º 0.8% 0.66% -
HSV(B) 266.28º 0.58% 0.93% -
XYZ 34.78 23.06 83.51 -
YUV 134.56 186.38 146.86 -
System Red Green Blue C M Y K H S L
Decimal 161 101 238 0.32 0.58 0 0.07 266.28 0.8 0.66
Hex A1 65 EE 20 3A 0 7 10A 50 42
Octal 241 145 356 40 72 0 7 412 120 102
Binary 10100001 1100101 11101110 100000 111010 0 111 100001010 1010000 1000010

Color Harmonies of #A165EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A165EE

Black with #A165EE

Text Example


Text Example

White with #A165EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A165EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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