Html Css Color HEX #A05FFC Medium Purple

📋 copy color: '#A05FFC'

red 160 ◦ green 95 ◦ blue 252

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

Shades of Medium Purple #A05FFC

Tints of Medium Purple #A05FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.7%

R = 31.56%
G = 18.74%
B = 49.7%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A05FFC (or 0xA05FFC) is known color: Medium Purple. HEX triplet: A0, 5F and FC. RGB value is (160,95,252). Sum of RGB (Red+Green+Blue) = 160+95+252=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 95 (37.5% from 255 or 18.74% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #A05FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05FFC is #5FA003. Grayscale: #838383. Windows color (decimal): -6266884 or 16539552. OLE color: 16539552.

HSL color Cylindrical-coordinate representation of color #A05FFC: hue angle of 264.84º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A05FFC is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 95 252 -
CMYK 0.37 0.62 0 0.01
HSL 264.84º 0.96% 0.68% -
HSV(B) 264.84º 0.62% 0.99% -
XYZ 36.16 22.69 94.57 -
YUV 132.33 195.53 147.73 -
System Red Green Blue C M Y K H S L
Decimal 160 95 252 0.37 0.62 0 0.01 264.84 0.96 0.68
Hex A0 5F FC 25 3E 0 1 109 60 44
Octal 240 137 374 45 76 0 1 411 140 104
Binary 10100000 1011111 11111100 100101 111110 0 1 100001001 1100000 1000100

Color Harmonies of #A05FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05FFC

Black with #A05FFC

Text Example


Text Example

White with #A05FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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