Html Css Color HEX #A95DFC Medium Purple

📋 copy color: '#A95DFC'

red 169 ◦ green 93 ◦ blue 252

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

Shades of Medium Purple #A95DFC

Tints of Medium Purple #A95DFC

RGB

 RED value IS 169 (66.41% from 255) = 32.88%

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

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

R = 32.88%
G = 18.09%
B = 49.03%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A95DFC (or 0xA95DFC) is known color: Medium Purple. HEX triplet: A9, 5D and FC. RGB value is (169,93,252). Sum of RGB (Red+Green+Blue) = 169+93+252=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 93 (36.72% from 255 or 18.09% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #A95DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A95DFC is #56A203. Grayscale: #858585. Windows color (decimal): -5677572 or 16539049. OLE color: 16539049.

HSL color Cylindrical-coordinate representation of color #A95DFC: hue angle of 268.68º 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 #A95DFC is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 169 93 252 -
CMYK 0.33 0.63 0 0.01
HSL 268.68º 0.96% 0.68% -
HSV(B) 268.68º 0.63% 0.99% -
XYZ 37.85 23.29 94.6 -
YUV 133.85 194.68 153.07 -
System Red Green Blue C M Y K H S L
Decimal 169 93 252 0.33 0.63 0 0.01 268.68 0.96 0.68
Hex A9 5D FC 21 3F 0 1 10D 60 44
Octal 251 135 374 41 77 0 1 415 140 104
Binary 10101001 1011101 11111100 100001 111111 0 1 100001101 1100000 1000100

Color Harmonies of #A95DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95DFC

Black with #A95DFC

Text Example


Text Example

White with #A95DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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