Html Css Color HEX #A05EED Medium Purple

📋 copy color: '#A05EED'

red 160 ◦ green 94 ◦ blue 237

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

Shades of Medium Purple #A05EED

Tints of Medium Purple #A05EED

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.14%

 BLUE value IS 237 (92.97% from 255) = 48.27%

R = 32.59%
G = 19.14%
B = 48.27%

CMYK

 C value IS 0.32

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A05EED (or 0xA05EED) is known color: Medium Purple. HEX triplet: A0, 5E and ED. RGB value is (160,94,237). Sum of RGB (Red+Green+Blue) = 160+94+237=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 94 (37.11% from 255 or 19.14% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #A05EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05EED is #5FA112. Grayscale: #818181. Windows color (decimal): -6267155 or 15556256. OLE color: 15556256.

HSL color Cylindrical-coordinate representation of color #A05EED: hue angle of 267.69º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A05EED is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 94 237 -
CMYK 0.32 0.60 0 0.07
HSL 267.69º 0.8% 0.65% -
HSV(B) 267.69º 0.6% 0.93% -
XYZ 33.79 21.59 82.51 -
YUV 130.04 188.37 149.37 -
System Red Green Blue C M Y K H S L
Decimal 160 94 237 0.32 0.60 0 0.07 267.69 0.8 0.65
Hex A0 5E ED 20 3C 0 7 10C 50 41
Octal 240 136 355 40 74 0 7 414 120 101
Binary 10100000 1011110 11101101 100000 111100 0 111 100001100 1010000 1000001

Color Harmonies of #A05EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05EED

Black with #A05EED

Text Example


Text Example

White with #A05EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05EED; }

 p { color: rgb(160,94,237); }

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

background-color css

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

 a { background-color: rgb(160,94,237); }

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

border-color css

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

 span { border-color: rgb(160,94,237); }

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