Html Css Color HEX #A154FD Medium Purple

📋 copy color: '#A154FD'

red 161 ◦ green 84 ◦ blue 253

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

Shades of Medium Purple #A154FD

Tints of Medium Purple #A154FD

RGB

 RED value IS 161 (63.28% from 255) = 32.33%

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

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

R = 32.33%
G = 16.87%
B = 50.8%

CMYK

 C value IS 0.36

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A154FD (or 0xA154FD) is known color: Medium Purple. HEX triplet: A1, 54 and FD. RGB value is (161,84,253). Sum of RGB (Red+Green+Blue) = 161+84+253=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 84 (33.20% from 255 or 16.87% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #A154FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A154FD is #5EAB02. Grayscale: #7D7D7D. Windows color (decimal): -6204163 or 16602273. OLE color: 16602273.

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

Color convert

RGB 161 84 253 -
CMYK 0.36 0.67 0 0.01
HSL 267.34º 0.98% 0.66% -
HSV(B) 267.34º 0.67% 0.99% -
XYZ 35.6 21.01 95.11 -
YUV 126.29 199.51 152.76 -
System Red Green Blue C M Y K H S L
Decimal 161 84 253 0.36 0.67 0 0.01 267.34 0.98 0.66
Hex A1 54 FD 24 43 0 1 10B 62 42
Octal 241 124 375 44 103 0 1 413 142 102
Binary 10100001 1010100 11111101 100100 1000011 0 1 100001011 1100010 1000010

Color Harmonies of #A154FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A154FD

Black with #A154FD

Text Example


Text Example

White with #A154FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A154FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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