Html Css Color HEX #A05EEB Medium Purple

📋 copy color: '#A05EEB'

red 160 ◦ green 94 ◦ blue 235

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

Shades of Medium Purple #A05EEB

Tints of Medium Purple #A05EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.06%

R = 32.72%
G = 19.22%
B = 48.06%

CMYK

 C value IS 0.32

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A05EEB (or 0xA05EEB) is known color: Medium Purple. HEX triplet: A0, 5E and EB. RGB value is (160,94,235). Sum of RGB (Red+Green+Blue) = 160+94+235=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 94 (37.11% from 255 or 19.22% from 489); Blue value is 235 (92.19% from 255 or 48.06% from 489); Max value from RGB is 235 - color contains mainly: blue. Hex color #A05EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05EEB is #5FA114. Grayscale: #818181. Windows color (decimal): -6267157 or 15425184. OLE color: 15425184.

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

Color convert

RGB 160 94 235 -
CMYK 0.32 0.6 0 0.08
HSL 268.09º 0.78% 0.65% -
HSV(B) 268.09º 0.6% 0.92% -
XYZ 33.5 21.48 80.98 -
YUV 129.81 187.37 149.54 -
System Red Green Blue C M Y K H S L
Decimal 160 94 235 0.32 0.6 0 0.08 268.09 0.78 0.65
Hex A0 5E EB 20 3C 0 8 10C 4E 41
Octal 240 136 353 40 74 0 10 414 116 101
Binary 10100000 1011110 11101011 100000 111100 0 1000 100001100 1001110 1000001

Color Harmonies of #A05EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05EEB

Black with #A05EEB

Text Example


Text Example

White with #A05EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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