Html Css Color HEX #A05DFC Medium Purple

📋 copy color: '#A05DFC'

red 160 ◦ green 93 ◦ blue 252

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

Shades of Medium Purple #A05DFC

Tints of Medium Purple #A05DFC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.42%

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

R = 31.68%
G = 18.42%
B = 49.9%

CMYK

 C value IS 0.37

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A05DFC (or 0xA05DFC) is known color: Medium Purple. HEX triplet: A0, 5D and FC. RGB value is (160,93,252). Sum of RGB (Red+Green+Blue) = 160+93+252=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #A05DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05DFC is #5FA203. Grayscale: #828282. Windows color (decimal): -6267396 or 16539040. OLE color: 16539040.

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

Color convert

RGB 160 93 252 -
CMYK 0.37 0.63 0 0.01
HSL 265.28º 0.96% 0.68% -
HSV(B) 265.28º 0.63% 0.99% -
XYZ 35.98 22.33 94.51 -
YUV 131.16 196.2 148.57 -
System Red Green Blue C M Y K H S L
Decimal 160 93 252 0.37 0.63 0 0.01 265.28 0.96 0.68
Hex A0 5D FC 25 3F 0 1 109 60 44
Octal 240 135 374 45 77 0 1 411 140 104
Binary 10100000 1011101 11111100 100101 111111 0 1 100001001 1100000 1000100

Color Harmonies of #A05DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05DFC

Black with #A05DFC

Text Example


Text Example

White with #A05DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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