Html Css Color HEX #A153FD Medium Purple

📋 copy color: '#A153FD'

red 161 ◦ green 83 ◦ blue 253

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

Shades of Medium Purple #A153FD

Tints of Medium Purple #A153FD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.7%

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

R = 32.39%
G = 16.7%
B = 50.91%

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

#A153FD (or 0xA153FD) is known color: Medium Purple. HEX triplet: A1, 53 and FD. RGB value is (161,83,253). Sum of RGB (Red+Green+Blue) = 161+83+253=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 83 (32.81% from 255 or 16.70% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #A153FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A153FD is #5EAC02. Grayscale: #7D7D7D. Windows color (decimal): -6204419 or 16602017. OLE color: 16602017.

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

Color convert

RGB 161 83 253 -
CMYK 0.36 0.67 0 0.01
HSL 267.53º 0.98% 0.66% -
HSV(B) 267.53º 0.67% 0.99% -
XYZ 35.52 20.86 95.08 -
YUV 125.7 199.84 153.18 -
System Red Green Blue C M Y K H S L
Decimal 161 83 253 0.36 0.67 0 0.01 267.53 0.98 0.66
Hex A1 53 FD 24 43 0 1 10C 62 42
Octal 241 123 375 44 103 0 1 414 142 102
Binary 10100001 1010011 11111101 100100 1000011 0 1 100001100 1100010 1000010

Color Harmonies of #A153FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A153FD

Black with #A153FD

Text Example


Text Example

White with #A153FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A153FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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