Html Css Color HEX #A05FEA Medium Purple

📋 copy color: '#A05FEA'

red 160 ◦ green 95 ◦ blue 234

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

Shades of Medium Purple #A05FEA

Tints of Medium Purple #A05FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.85%

R = 32.72%
G = 19.43%
B = 47.85%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A05FEA (or 0xA05FEA) is known color: Medium Purple. HEX triplet: A0, 5F and EA. RGB value is (160,95,234). Sum of RGB (Red+Green+Blue) = 160+95+234=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 95 (37.5% from 255 or 19.43% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #A05FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05FEA is #5FA015. Grayscale: #818181. Windows color (decimal): -6266902 or 15359904. OLE color: 15359904.

HSL color Cylindrical-coordinate representation of color #A05FEA: hue angle of 268.06º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A05FEA is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 95 234 -
CMYK 0.32 0.59 0 0.08
HSL 268.06º 0.77% 0.65% -
HSV(B) 268.06º 0.59% 0.92% -
XYZ 33.44 21.6 80.25 -
YUV 130.28 186.53 149.2 -
System Red Green Blue C M Y K H S L
Decimal 160 95 234 0.32 0.59 0 0.08 268.06 0.77 0.65
Hex A0 5F EA 20 3B 0 8 10C 4D 41
Octal 240 137 352 40 73 0 10 414 115 101
Binary 10100000 1011111 11101010 100000 111011 0 1000 100001100 1001101 1000001

Color Harmonies of #A05FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05FEA

Black with #A05FEA

Text Example


Text Example

White with #A05FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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