Html Css Color HEX #A453FD Medium Purple

📋 copy color: '#A453FD'

red 164 ◦ green 83 ◦ blue 253

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

Shades of Medium Purple #A453FD

Tints of Medium Purple #A453FD

RGB

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

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

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

R = 32.8%
G = 16.6%
B = 50.6%

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

#A453FD (or 0xA453FD) is known color: Medium Purple. HEX triplet: A4, 53 and FD. RGB value is (164,83,253). Sum of RGB (Red+Green+Blue) = 164+83+253=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 83 (32.81% from 255 or 16.6% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #A453FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A453FD is #5BAC02. Grayscale: #7D7D7D. Windows color (decimal): -6007811 or 16602020. OLE color: 16602020.

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

Color convert

RGB 164 83 253 -
CMYK 0.35 0.67 0 0.01
HSL 268.59º 0.98% 0.66% -
HSV(B) 268.59º 0.67% 0.99% -
XYZ 36.13 21.17 95.11 -
YUV 126.6 199.34 154.68 -
System Red Green Blue C M Y K H S L
Decimal 164 83 253 0.35 0.67 0 0.01 268.59 0.98 0.66
Hex A4 53 FD 23 43 0 1 10D 62 42
Octal 244 123 375 43 103 0 1 415 142 102
Binary 10100100 1010011 11111101 100011 1000011 0 1 100001101 1100010 1000010

Color Harmonies of #A453FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A453FD

Black with #A453FD

Text Example


Text Example

White with #A453FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A453FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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