Html Css Color HEX #A165ED Medium Purple

📋 copy color: '#A165ED'

red 161 ◦ green 101 ◦ blue 237

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

Shades of Medium Purple #A165ED

Tints of Medium Purple #A165ED

RGB

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

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

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

R = 32.26%
G = 20.24%
B = 47.49%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A165ED (or 0xA165ED) is known color: Medium Purple. HEX triplet: A1, 65 and ED. RGB value is (161,101,237). Sum of RGB (Red+Green+Blue) = 161+101+237=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 101 (39.84% from 255 or 20.24% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #A165ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A165ED is #5E9A12. Grayscale: #858585. Windows color (decimal): -6199827 or 15558049. OLE color: 15558049.

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

Color convert

RGB 161 101 237 -
CMYK 0.32 0.57 0 0.07
HSL 266.47º 0.79% 0.66% -
HSV(B) 266.47º 0.57% 0.93% -
XYZ 34.64 23 82.73 -
YUV 134.44 185.88 146.94 -
System Red Green Blue C M Y K H S L
Decimal 161 101 237 0.32 0.57 0 0.07 266.47 0.79 0.66
Hex A1 65 ED 20 39 0 7 10A 4F 42
Octal 241 145 355 40 71 0 7 412 117 102
Binary 10100001 1100101 11101101 100000 111001 0 111 100001010 1001111 1000010

Color Harmonies of #A165ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A165ED

Black with #A165ED

Text Example


Text Example

White with #A165ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A165ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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