Html Css Color HEX #A45FFA Medium Purple

📋 copy color: '#A45FFA'

red 164 ◦ green 95 ◦ blue 250

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

Shades of Medium Purple #A45FFA

Tints of Medium Purple #A45FFA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.66%

 BLUE value IS 250 (98.05% from 255) = 49.12%

R = 32.22%
G = 18.66%
B = 49.12%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A45FFA (or 0xA45FFA) is known color: Medium Purple. HEX triplet: A4, 5F and FA. RGB value is (164,95,250). Sum of RGB (Red+Green+Blue) = 164+95+250=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #A45FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45FFA is #5BA005. Grayscale: #848484. Windows color (decimal): -6004742 or 16408484. OLE color: 16408484.

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

Color convert

RGB 164 95 250 -
CMYK 0.34 0.62 0 0.02
HSL 266.71º 0.94% 0.68% -
HSV(B) 266.71º 0.62% 0.98% -
XYZ 36.66 22.98 92.95 -
YUV 133.3 193.86 149.9 -
System Red Green Blue C M Y K H S L
Decimal 164 95 250 0.34 0.62 0 0.02 266.71 0.94 0.68
Hex A4 5F FA 22 3E 0 2 10B 5E 44
Octal 244 137 372 42 76 0 2 413 136 104
Binary 10100100 1011111 11111010 100010 111110 0 10 100001011 1011110 1000100

Color Harmonies of #A45FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45FFA

Black with #A45FFA

Text Example


Text Example

White with #A45FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45FFA; }

 p { color: rgb(164,95,250); }

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

background-color css

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

 a { background-color: rgb(164,95,250); }

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

border-color css

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

 span { border-color: rgb(164,95,250); }

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