Html Css Color HEX #A45CF5 Medium Purple

📋 copy color: '#A45CF5'

red 164 ◦ green 92 ◦ blue 245

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

Shades of Medium Purple #A45CF5

Tints of Medium Purple #A45CF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 48.9%

R = 32.73%
G = 18.36%
B = 48.9%

CMYK

 C value IS 0.33

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A45CF5 (or 0xA45CF5) is known color: Medium Purple. HEX triplet: A4, 5C and F5. RGB value is (164,92,245). Sum of RGB (Red+Green+Blue) = 164+92+245=501 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.73% from 501); Green value is 92 (36.33% from 255 or 18.36% from 501); Blue value is 245 (96.09% from 255 or 48.90% from 501); Max value from RGB is 245 - color contains mainly: blue. Hex color #A45CF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45CF5 is #5BA30A. Grayscale: #828282. Windows color (decimal): -6005515 or 16080036. OLE color: 16080036.

HSL color Cylindrical-coordinate representation of color #A45CF5: hue angle of 268.24º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A45CF5 is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 164 92 245 -
CMYK 0.33 0.62 0 0.04
HSL 268.24º 0.88% 0.66% -
HSV(B) 268.24º 0.62% 0.96% -
XYZ 35.62 22.14 88.78 -
YUV 130.97 192.35 151.56 -
System Red Green Blue C M Y K H S L
Decimal 164 92 245 0.33 0.62 0 0.04 268.24 0.88 0.66
Hex A4 5C F5 21 3E 0 4 10C 58 42
Octal 244 134 365 41 76 0 4 414 130 102
Binary 10100100 1011100 11110101 100001 111110 0 100 100001100 1011000 1000010

Color Harmonies of #A45CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45CF5

Black with #A45CF5

Text Example


Text Example

White with #A45CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45CF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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