Html Css Color HEX #A454FD Medium Purple

📋 copy color: '#A454FD'

red 164 ◦ green 84 ◦ blue 253

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

Shades of Medium Purple #A454FD

Tints of Medium Purple #A454FD

RGB

 RED value IS 164 (64.45% from 255) = 32.73%

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

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

R = 32.73%
G = 16.77%
B = 50.5%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A454FD (or 0xA454FD) is known color: Medium Purple. HEX triplet: A4, 54 and FD. RGB value is (164,84,253). Sum of RGB (Red+Green+Blue) = 164+84+253=501 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.73% from 501); Green value is 84 (33.20% from 255 or 16.77% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #A454FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A454FD is #5BAB02. Grayscale: #7E7E7E. Windows color (decimal): -6007555 or 16602276. OLE color: 16602276.

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

Color convert

RGB 164 84 253 -
CMYK 0.35 0.67 0 0.01
HSL 268.4º 0.98% 0.66% -
HSV(B) 268.4º 0.67% 0.99% -
XYZ 36.21 21.33 95.14 -
YUV 127.19 199 154.26 -
System Red Green Blue C M Y K H S L
Decimal 164 84 253 0.35 0.67 0 0.01 268.4 0.98 0.66
Hex A4 54 FD 23 43 0 1 10C 62 42
Octal 244 124 375 43 103 0 1 414 142 102
Binary 10100100 1010100 11111101 100011 1000011 0 1 100001100 1100010 1000010

Color Harmonies of #A454FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A454FD

Black with #A454FD

Text Example


Text Example

White with #A454FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A454FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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