Html Css Color HEX #A45AF9 Medium Purple

📋 copy color: '#A45AF9'

red 164 ◦ green 90 ◦ blue 249

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

Shades of Medium Purple #A45AF9

Tints of Medium Purple #A45AF9

RGB

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

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

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

R = 32.6%
G = 17.89%
B = 49.5%

CMYK

 C value IS 0.34

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A45AF9 (or 0xA45AF9) is known color: Medium Purple. HEX triplet: A4, 5A and F9. RGB value is (164,90,249). Sum of RGB (Red+Green+Blue) = 164+90+249=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 90 (35.55% from 255 or 17.89% from 503); Blue value is 249 (97.66% from 255 or 49.50% from 503); Max value from RGB is 249 - color contains mainly: blue. Hex color #A45AF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45AF9 is #5BA506. Grayscale: #818181. Windows color (decimal): -6006023 or 16341668. OLE color: 16341668.

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

Color convert

RGB 164 90 249 -
CMYK 0.34 0.64 0 0.02
HSL 267.92º 0.93% 0.66% -
HSV(B) 267.92º 0.64% 0.98% -
XYZ 36.06 22.04 91.98 -
YUV 130.25 195.02 152.07 -
System Red Green Blue C M Y K H S L
Decimal 164 90 249 0.34 0.64 0 0.02 267.92 0.93 0.66
Hex A4 5A F9 22 40 0 2 10C 5D 42
Octal 244 132 371 42 100 0 2 414 135 102
Binary 10100100 1011010 11111001 100010 1000000 0 10 100001100 1011101 1000010

Color Harmonies of #A45AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45AF9

Black with #A45AF9

Text Example


Text Example

White with #A45AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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