Html Css Color HEX #A18AF1 Medium Purple

📋 copy color: '#A18AF1'

red 161 ◦ green 138 ◦ blue 241

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

Shades of Medium Purple #A18AF1

Tints of Medium Purple #A18AF1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.56%

 BLUE value IS 241 (94.53% from 255) = 44.63%

R = 29.81%
G = 25.56%
B = 44.63%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A18AF1 (or 0xA18AF1) is known color: Medium Purple. HEX triplet: A1, 8A and F1. RGB value is (161,138,241). Sum of RGB (Red+Green+Blue) = 161+138+241=540 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.81% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 241 (94.53% from 255 or 44.63% from 540); Max value from RGB is 241 - color contains mainly: blue. Hex color #A18AF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18AF1 is #5E750E. Grayscale: #9C9C9C. Windows color (decimal): -6190351 or 15829665. OLE color: 15829665.

HSL color Cylindrical-coordinate representation of color #A18AF1: hue angle of 253.4º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A18AF1 is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 138 241 -
CMYK 0.33 0.43 0 0.05
HSL 253.4º 0.79% 0.74% -
HSV(B) 253.4º 0.43% 0.95% -
XYZ 39.66 32.1 87.33 -
YUV 156.62 175.62 131.12 -
System Red Green Blue C M Y K H S L
Decimal 161 138 241 0.33 0.43 0 0.05 253.4 0.79 0.74
Hex A1 8A F1 21 2B 0 5 FD 4F 4A
Octal 241 212 361 41 53 0 5 375 117 112
Binary 10100001 10001010 11110001 100001 101011 0 101 11111101 1001111 1001010

Color Harmonies of #A18AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18AF1

Black with #A18AF1

Text Example


Text Example

White with #A18AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18AF1; }

 p { color: rgb(161,138,241); }

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

background-color css

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

 a { background-color: rgb(161,138,241); }

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

border-color css

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

 span { border-color: rgb(161,138,241); }

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