Html Css Color HEX #A05EFB Medium Purple

📋 copy color: '#A05EFB'

red 160 ◦ green 94 ◦ blue 251

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

Shades of Medium Purple #A05EFB

Tints of Medium Purple #A05EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.7%

R = 31.68%
G = 18.61%
B = 49.7%

CMYK

 C value IS 0.36

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A05EFB (or 0xA05EFB) is known color: Medium Purple. HEX triplet: A0, 5E and FB. RGB value is (160,94,251). Sum of RGB (Red+Green+Blue) = 160+94+251=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 94 (37.11% from 255 or 18.61% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #A05EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05EFB is #5FA104. Grayscale: #838383. Windows color (decimal): -6267141 or 16473760. OLE color: 16473760.

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

Color convert

RGB 160 94 251 -
CMYK 0.36 0.63 0 0.02
HSL 265.22º 0.95% 0.68% -
HSV(B) 265.22º 0.63% 0.98% -
XYZ 35.91 22.44 93.71 -
YUV 131.63 195.37 148.23 -
System Red Green Blue C M Y K H S L
Decimal 160 94 251 0.36 0.63 0 0.02 265.22 0.95 0.68
Hex A0 5E FB 24 3F 0 2 109 5F 44
Octal 240 136 373 44 77 0 2 411 137 104
Binary 10100000 1011110 11111011 100100 111111 0 10 100001001 1011111 1000100

Color Harmonies of #A05EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05EFB

Black with #A05EFB

Text Example


Text Example

White with #A05EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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