Html Css Color HEX #A45DF9 Medium Purple

📋 copy color: '#A45DF9'

red 164 ◦ green 93 ◦ blue 249

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

Shades of Medium Purple #A45DF9

Tints of Medium Purple #A45DF9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.38%

 BLUE value IS 249 (97.66% from 255) = 49.21%

R = 32.41%
G = 18.38%
B = 49.21%

CMYK

 C value IS 0.34

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A45DF9 (or 0xA45DF9) is known color: Medium Purple. HEX triplet: A4, 5D and F9. RGB value is (164,93,249). Sum of RGB (Red+Green+Blue) = 164+93+249=506 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.41% from 506); Green value is 93 (36.72% from 255 or 18.38% from 506); Blue value is 249 (97.66% from 255 or 49.21% from 506); Max value from RGB is 249 - color contains mainly: blue. Hex color #A45DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45DF9 is #5BA206. Grayscale: #838383. Windows color (decimal): -6005255 or 16342436. OLE color: 16342436.

HSL color Cylindrical-coordinate representation of color #A45DF9: hue angle of 267.31º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A45DF9 is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 93 249 -
CMYK 0.34 0.63 0 0.02
HSL 267.31º 0.93% 0.67% -
HSV(B) 267.31º 0.63% 0.98% -
XYZ 36.32 22.56 92.06 -
YUV 132.01 194.02 150.82 -
System Red Green Blue C M Y K H S L
Decimal 164 93 249 0.34 0.63 0 0.02 267.31 0.93 0.67
Hex A4 5D F9 22 3F 0 2 10B 5D 43
Octal 244 135 371 42 77 0 2 413 135 103
Binary 10100100 1011101 11111001 100010 111111 0 10 100001011 1011101 1000011

Color Harmonies of #A45DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45DF9

Black with #A45DF9

Text Example


Text Example

White with #A45DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45DF9; }

 p { color: rgb(164,93,249); }

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

background-color css

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

 a { background-color: rgb(164,93,249); }

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

border-color css

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

 span { border-color: rgb(164,93,249); }

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