Html Css Color HEX #A05FE7 Medium Purple

📋 copy color: '#A05FE7'

red 160 ◦ green 95 ◦ blue 231

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

Shades of Medium Purple #A05FE7

Tints of Medium Purple #A05FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.53%

R = 32.92%
G = 19.55%
B = 47.53%

CMYK

 C value IS 0.31

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A05FE7 (or 0xA05FE7) is known color: Medium Purple. HEX triplet: A0, 5F and E7. RGB value is (160,95,231). Sum of RGB (Red+Green+Blue) = 160+95+231=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 95 (37.5% from 255 or 19.55% from 486); Blue value is 231 (90.62% from 255 or 47.53% from 486); Max value from RGB is 231 - color contains mainly: blue. Hex color #A05FE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05FE7 is #5FA018. Grayscale: #818181. Windows color (decimal): -6266905 or 15163296. OLE color: 15163296.

HSL color Cylindrical-coordinate representation of color #A05FE7: hue angle of 268.68º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A05FE7 is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 95 231 -
CMYK 0.31 0.59 0 0.09
HSL 268.68º 0.74% 0.64% -
HSV(B) 268.68º 0.59% 0.91% -
XYZ 33.01 21.43 78 -
YUV 129.94 185.03 149.44 -
System Red Green Blue C M Y K H S L
Decimal 160 95 231 0.31 0.59 0 0.09 268.68 0.74 0.64
Hex A0 5F E7 1F 3B 0 9 10D 4A 40
Octal 240 137 347 37 73 0 11 415 112 100
Binary 10100000 1011111 11100111 11111 111011 0 1001 100001101 1001010 1000000

Color Harmonies of #A05FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05FE7

Black with #A05FE7

Text Example


Text Example

White with #A05FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05FE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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