Html Css Color HEX #A081F0 Medium Purple

📋 copy color: '#A081F0'

red 160 ◦ green 129 ◦ blue 240

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

Shades of Medium Purple #A081F0

Tints of Medium Purple #A081F0

RGB

 RED value IS 160 (62.89% from 255) = 30.25%

 GREEN value IS 129 (50.78% from 255) = 24.39%

 BLUE value IS 240 (94.14% from 255) = 45.37%

R = 30.25%
G = 24.39%
B = 45.37%

CMYK

 C value IS 0.33

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A081F0 (or 0xA081F0) is known color: Medium Purple. HEX triplet: A0, 81 and F0. RGB value is (160,129,240). Sum of RGB (Red+Green+Blue) = 160+129+240=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 129 (50.78% from 255 or 24.39% from 529); Blue value is 240 (94.14% from 255 or 45.37% from 529); Max value from RGB is 240 - color contains mainly: blue. Hex color #A081F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A081F0 is #5F7E0F. Grayscale: #969696. Windows color (decimal): -6258192 or 15761824. OLE color: 15761824.

HSL color Cylindrical-coordinate representation of color #A081F0: hue angle of 256.76º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A081F0 is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 129 240 -
CMYK 0.33 0.46 0 0.06
HSL 256.76º 0.79% 0.72% -
HSV(B) 256.76º 0.46% 0.94% -
XYZ 38.08 29.47 86.12 -
YUV 150.92 178.27 134.47 -
System Red Green Blue C M Y K H S L
Decimal 160 129 240 0.33 0.46 0 0.06 256.76 0.79 0.72
Hex A0 81 F0 21 2E 0 6 101 4F 48
Octal 240 201 360 41 56 0 6 401 117 110
Binary 10100000 10000001 11110000 100001 101110 0 110 100000001 1001111 1001000

Color Harmonies of #A081F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A081F0

Black with #A081F0

Text Example


Text Example

White with #A081F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A081F0; }

 p { color: rgb(160,129,240); }

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

background-color css

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

 a { background-color: rgb(160,129,240); }

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

border-color css

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

 span { border-color: rgb(160,129,240); }

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