Html Css Color HEX #A45AFF Medium Purple

📋 copy color: '#A45AFF'

red 164 ◦ green 90 ◦ blue 255

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

Shades of Medium Purple #A45AFF

Tints of Medium Purple #A45AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.68%

 BLUE value IS 255 (100% from 255) = 50.1%

R = 32.22%
G = 17.68%
B = 50.1%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A45AFF (or 0xA45AFF) is known color: Medium Purple. HEX triplet: A4, 5A and FF. RGB value is (164,90,255). Sum of RGB (Red+Green+Blue) = 164+90+255=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 90 (35.55% from 255 or 17.68% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #A45AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45AFF is #5BA500. Grayscale: #828282. Windows color (decimal): -6006017 or 16734884. OLE color: 16734884.

HSL color Cylindrical-coordinate representation of color #A45AFF: hue angle of 266.91º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A45AFF is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 164 90 255 -
CMYK 0.36 0.65 0 0
HSL 266.91º 1% 0.68% -
HSV(B) 266.91º 0.65% 1% -
XYZ 37.02 22.42 96.99 -
YUV 130.94 198.02 151.58 -
System Red Green Blue C M Y K H S L
Decimal 164 90 255 0.36 0.65 0 0 266.91 1 0.68
Hex A4 5A FF 24 41 0 0 10B 64 44
Octal 244 132 377 44 101 0 0 413 144 104
Binary 10100100 1011010 11111111 100100 1000001 0 0 100001011 1100100 1000100

Color Harmonies of #A45AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45AFF

Black with #A45AFF

Text Example


Text Example

White with #A45AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45AFF; }

 p { color: rgb(164,90,255); }

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

background-color css

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

 a { background-color: rgb(164,90,255); }

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

border-color css

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

 span { border-color: rgb(164,90,255); }

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