Html Css Color HEX #A95CFD Medium Purple

📋 copy color: '#A95CFD'

red 169 ◦ green 92 ◦ blue 253

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

Shades of Medium Purple #A95CFD

Tints of Medium Purple #A95CFD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.9%

 BLUE value IS 253 (99.22% from 255) = 49.22%

R = 32.88%
G = 17.9%
B = 49.22%

CMYK

 C value IS 0.33

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A95CFD (or 0xA95CFD) is known color: Medium Purple. HEX triplet: A9, 5C and FD. RGB value is (169,92,253). Sum of RGB (Red+Green+Blue) = 169+92+253=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 92 (36.33% from 255 or 17.90% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #A95CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A95CFD is #56A302. Grayscale: #848484. Windows color (decimal): -5677827 or 16604329. OLE color: 16604329.

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

Color convert

RGB 169 92 253 -
CMYK 0.33 0.64 0 0.01
HSL 268.7º 0.98% 0.68% -
HSV(B) 268.7º 0.64% 0.99% -
XYZ 37.92 23.18 95.4 -
YUV 133.38 195.51 153.41 -
System Red Green Blue C M Y K H S L
Decimal 169 92 253 0.33 0.64 0 0.01 268.7 0.98 0.68
Hex A9 5C FD 21 40 0 1 10D 62 44
Octal 251 134 375 41 100 0 1 415 142 104
Binary 10101001 1011100 11111101 100001 1000000 0 1 100001101 1100010 1000100

Color Harmonies of #A95CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95CFD

Black with #A95CFD

Text Example


Text Example

White with #A95CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95CFD; }

 p { color: rgb(169,92,253); }

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

background-color css

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

 a { background-color: rgb(169,92,253); }

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

border-color css

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

 span { border-color: rgb(169,92,253); }

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