Html Css Color HEX #A954FD Medium Purple

📋 copy color: '#A954FD'

red 169 ◦ green 84 ◦ blue 253

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

Shades of Medium Purple #A954FD

Tints of Medium Purple #A954FD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.6%

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

R = 33.4%
G = 16.6%
B = 50%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A954FD (or 0xA954FD) is known color: Medium Purple. HEX triplet: A9, 54 and FD. RGB value is (169,84,253). Sum of RGB (Red+Green+Blue) = 169+84+253=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 84 (33.20% from 255 or 16.60% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #A954FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A954FD is #56AB02. Grayscale: #808080. Windows color (decimal): -5679875 or 16602281. OLE color: 16602281.

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

Color convert

RGB 169 84 253 -
CMYK 0.33 0.67 0 0.01
HSL 270.18º 0.98% 0.66% -
HSV(B) 270.18º 0.67% 0.99% -
XYZ 37.26 21.87 95.19 -
YUV 128.68 198.16 156.76 -
System Red Green Blue C M Y K H S L
Decimal 169 84 253 0.33 0.67 0 0.01 270.18 0.98 0.66
Hex A9 54 FD 21 43 0 1 10E 62 42
Octal 251 124 375 41 103 0 1 416 142 102
Binary 10101001 1010100 11111101 100001 1000011 0 1 100001110 1100010 1000010

Color Harmonies of #A954FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A954FD

Black with #A954FD

Text Example


Text Example

White with #A954FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A954FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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