Html Css Color HEX #A05FEB Medium Purple

📋 copy color: '#A05FEB'

red 160 ◦ green 95 ◦ blue 235

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

Shades of Medium Purple #A05FEB

Tints of Medium Purple #A05FEB

RGB

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

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

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

R = 32.65%
G = 19.39%
B = 47.96%

CMYK

 C value IS 0.32

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A05FEB (or 0xA05FEB) is known color: Medium Purple. HEX triplet: A0, 5F and EB. RGB value is (160,95,235). Sum of RGB (Red+Green+Blue) = 160+95+235=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 95 (37.5% from 255 or 19.39% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #A05FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05FEB is #5FA014. Grayscale: #818181. Windows color (decimal): -6266901 or 15425440. OLE color: 15425440.

HSL color Cylindrical-coordinate representation of color #A05FEB: hue angle of 267.86º 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 #A05FEB is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 95 235 -
CMYK 0.32 0.60 0 0.08
HSL 267.86º 0.78% 0.65% -
HSV(B) 267.86º 0.6% 0.92% -
XYZ 33.58 21.66 81.01 -
YUV 130.4 187.03 149.12 -
System Red Green Blue C M Y K H S L
Decimal 160 95 235 0.32 0.60 0 0.08 267.86 0.78 0.65
Hex A0 5F EB 20 3C 0 8 10C 4E 41
Octal 240 137 353 40 74 0 10 414 116 101
Binary 10100000 1011111 11101011 100000 111100 0 1000 100001100 1001110 1000001

Color Harmonies of #A05FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05FEB

Black with #A05FEB

Text Example


Text Example

White with #A05FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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