Html Css Color HEX #A45DF8 Medium Purple

📋 copy color: '#A45DF8'

red 164 ◦ green 93 ◦ blue 248

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

Shades of Medium Purple #A45DF8

Tints of Medium Purple #A45DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 49.11%

R = 32.48%
G = 18.42%
B = 49.11%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A45DF8 (or 0xA45DF8) is known color: Medium Purple. HEX triplet: A4, 5D and F8. RGB value is (164,93,248). Sum of RGB (Red+Green+Blue) = 164+93+248=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 248 (97.27% from 255 or 49.11% from 505); Max value from RGB is 248 - color contains mainly: blue. Hex color #A45DF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45DF8 is #5BA207. Grayscale: #838383. Windows color (decimal): -6005256 or 16276900. OLE color: 16276900.

HSL color Cylindrical-coordinate representation of color #A45DF8: hue angle of 267.48º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A45DF8 is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 164 93 248 -
CMYK 0.34 0.62 0 0.03
HSL 267.48º 0.92% 0.67% -
HSV(B) 267.48º 0.63% 0.97% -
XYZ 36.17 22.5 91.24 -
YUV 131.9 193.52 150.9 -
System Red Green Blue C M Y K H S L
Decimal 164 93 248 0.34 0.62 0 0.03 267.48 0.92 0.67
Hex A4 5D F8 22 3E 0 3 10B 5C 43
Octal 244 135 370 42 76 0 3 413 134 103
Binary 10100100 1011101 11111000 100010 111110 0 11 100001011 1011100 1000011

Color Harmonies of #A45DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45DF8

Black with #A45DF8

Text Example


Text Example

White with #A45DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45DF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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