Html Css Color HEX #A165E5 Medium Purple

📋 copy color: '#A165E5'

red 161 ◦ green 101 ◦ blue 229

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

Shades of Medium Purple #A165E5

Tints of Medium Purple #A165E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 46.64%

R = 32.79%
G = 20.57%
B = 46.64%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A165E5 (or 0xA165E5) is known color: Medium Purple. HEX triplet: A1, 65 and E5. RGB value is (161,101,229). Sum of RGB (Red+Green+Blue) = 161+101+229=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 229 (89.84% from 255 or 46.64% from 491); Max value from RGB is 229 - color contains mainly: blue. Hex color #A165E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A165E5 is #5E9A1A. Grayscale: #858585. Windows color (decimal): -6199835 or 15033761. OLE color: 15033761.

HSL color Cylindrical-coordinate representation of color #A165E5: hue angle of 268.12º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A165E5 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 161 101 229 -
CMYK 0.30 0.56 0 0.10
HSL 268.13º 0.71% 0.65% -
HSV(B) 268.13º 0.56% 0.9% -
XYZ 33.49 22.54 76.71 -
YUV 133.53 181.88 147.59 -
System Red Green Blue C M Y K H S L
Decimal 161 101 229 0.30 0.56 0 0.10 268.13 0.71 0.65
Hex A1 65 E5 1E 38 0 A 10C 47 41
Octal 241 145 345 36 70 0 12 414 107 101
Binary 10100001 1100101 11100101 11110 111000 0 1010 100001100 1000111 1000001

Color Harmonies of #A165E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A165E5

Black with #A165E5

Text Example


Text Example

White with #A165E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A165E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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