Html Css Color HEX #A15AFD Medium Purple

📋 copy color: '#A15AFD'

red 161 ◦ green 90 ◦ blue 253

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

Shades of Medium Purple #A15AFD

Tints of Medium Purple #A15AFD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.86%

 BLUE value IS 253 (99.22% from 255) = 50.2%

R = 31.94%
G = 17.86%
B = 50.2%

CMYK

 C value IS 0.36

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A15AFD (or 0xA15AFD) is known color: Medium Purple. HEX triplet: A1, 5A and FD. RGB value is (161,90,253). Sum of RGB (Red+Green+Blue) = 161+90+253=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 90 (35.55% from 255 or 17.86% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #A15AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A15AFD is #5EA502. Grayscale: #818181. Windows color (decimal): -6202627 or 16603809. OLE color: 16603809.

HSL color Cylindrical-coordinate representation of color #A15AFD: hue angle of 266.13º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A15AFD is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 90 253 -
CMYK 0.36 0.64 0 0.01
HSL 266.13º 0.98% 0.67% -
HSV(B) 266.13º 0.64% 0.99% -
XYZ 36.08 21.98 95.27 -
YUV 129.81 197.52 150.25 -
System Red Green Blue C M Y K H S L
Decimal 161 90 253 0.36 0.64 0 0.01 266.13 0.98 0.67
Hex A1 5A FD 24 40 0 1 10A 62 43
Octal 241 132 375 44 100 0 1 412 142 103
Binary 10100001 1011010 11111101 100100 1000000 0 1 100001010 1100010 1000011

Color Harmonies of #A15AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15AFD

Black with #A15AFD

Text Example


Text Example

White with #A15AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15AFD; }

 p { color: rgb(161,90,253); }

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

background-color css

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

 a { background-color: rgb(161,90,253); }

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

border-color css

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

 span { border-color: rgb(161,90,253); }

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