Html Css Color HEX #A165EB Medium Purple

📋 copy color: '#A165EB'

red 161 ◦ green 101 ◦ blue 235

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

Shades of Medium Purple #A165EB

Tints of Medium Purple #A165EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.28%

R = 32.39%
G = 20.32%
B = 47.28%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A165EB (or 0xA165EB) is known color: Medium Purple. HEX triplet: A1, 65 and EB. RGB value is (161,101,235). Sum of RGB (Red+Green+Blue) = 161+101+235=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 101 (39.84% from 255 or 20.32% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #A165EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A165EB is #5E9A14. Grayscale: #858585. Windows color (decimal): -6199829 or 15426977. OLE color: 15426977.

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

Color convert

RGB 161 101 235 -
CMYK 0.31 0.57 0 0.08
HSL 266.87º 0.77% 0.66% -
HSV(B) 266.87º 0.57% 0.92% -
XYZ 34.35 22.88 81.2 -
YUV 134.22 184.88 147.1 -
System Red Green Blue C M Y K H S L
Decimal 161 101 235 0.31 0.57 0 0.08 266.87 0.77 0.66
Hex A1 65 EB 1F 39 0 8 10B 4D 42
Octal 241 145 353 37 71 0 10 413 115 102
Binary 10100001 1100101 11101011 11111 111001 0 1000 100001011 1001101 1000010

Color Harmonies of #A165EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A165EB

Black with #A165EB

Text Example


Text Example

White with #A165EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A165EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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