Html Css Color HEX #A05FFA Medium Purple

📋 copy color: '#A05FFA'

red 160 ◦ green 95 ◦ blue 250

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

Shades of Medium Purple #A05FFA

Tints of Medium Purple #A05FFA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.81%

 BLUE value IS 250 (98.05% from 255) = 49.5%

R = 31.68%
G = 18.81%
B = 49.5%

CMYK

 C value IS 0.36

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A05FFA (or 0xA05FFA) is known color: Medium Purple. HEX triplet: A0, 5F and FA. RGB value is (160,95,250). Sum of RGB (Red+Green+Blue) = 160+95+250=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 95 (37.5% from 255 or 18.81% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #A05FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05FFA is #5FA005. Grayscale: #838383. Windows color (decimal): -6266886 or 16408480. OLE color: 16408480.

HSL color Cylindrical-coordinate representation of color #A05FFA: hue angle of 265.16º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A05FFA is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 95 250 -
CMYK 0.36 0.62 0 0.02
HSL 265.16º 0.94% 0.68% -
HSV(B) 265.16º 0.62% 0.98% -
XYZ 35.84 22.56 92.91 -
YUV 132.11 194.53 147.9 -
System Red Green Blue C M Y K H S L
Decimal 160 95 250 0.36 0.62 0 0.02 265.16 0.94 0.68
Hex A0 5F FA 24 3E 0 2 109 5E 44
Octal 240 137 372 44 76 0 2 411 136 104
Binary 10100000 1011111 11111010 100100 111110 0 10 100001001 1011110 1000100

Color Harmonies of #A05FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05FFA

Black with #A05FFA

Text Example


Text Example

White with #A05FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05FFA; }

 p { color: rgb(160,95,250); }

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

background-color css

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

 a { background-color: rgb(160,95,250); }

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

border-color css

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

 span { border-color: rgb(160,95,250); }

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