Html Css Color HEX #A45CFD Medium Purple

📋 copy color: '#A45CFD'

red 164 ◦ green 92 ◦ blue 253

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

Shades of Medium Purple #A45CFD

Tints of Medium Purple #A45CFD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.07%

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

R = 32.22%
G = 18.07%
B = 49.71%

CMYK

 C value IS 0.35

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A45CFD (or 0xA45CFD) is known color: Medium Purple. HEX triplet: A4, 5C and FD. RGB value is (164,92,253). Sum of RGB (Red+Green+Blue) = 164+92+253=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 92 (36.33% from 255 or 18.07% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #A45CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45CFD is #5BA302. Grayscale: #838383. Windows color (decimal): -6005507 or 16604324. OLE color: 16604324.

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

Color convert

RGB 164 92 253 -
CMYK 0.35 0.64 0 0.01
HSL 266.83º 0.98% 0.68% -
HSV(B) 266.83º 0.64% 0.99% -
XYZ 36.87 22.64 95.36 -
YUV 131.88 196.35 150.91 -
System Red Green Blue C M Y K H S L
Decimal 164 92 253 0.35 0.64 0 0.01 266.83 0.98 0.68
Hex A4 5C FD 23 40 0 1 10B 62 44
Octal 244 134 375 43 100 0 1 413 142 104
Binary 10100100 1011100 11111101 100011 1000000 0 1 100001011 1100010 1000100

Color Harmonies of #A45CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45CFD

Black with #A45CFD

Text Example


Text Example

White with #A45CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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