Html Css Color HEX #A465FA Medium Purple

📋 copy color: '#A465FA'

red 164 ◦ green 101 ◦ blue 250

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

Shades of Medium Purple #A465FA

Tints of Medium Purple #A465FA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.61%

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

R = 31.84%
G = 19.61%
B = 48.54%

CMYK

 C value IS 0.34

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A465FA (or 0xA465FA) is known color: Medium Purple. HEX triplet: A4, 65 and FA. RGB value is (164,101,250). Sum of RGB (Red+Green+Blue) = 164+101+250=515 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.84% from 515); Green value is 101 (39.84% from 255 or 19.61% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #A465FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A465FA is #5B9A05. Grayscale: #888888. Windows color (decimal): -6003206 or 16410020. OLE color: 16410020.

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

Color convert

RGB 164 101 250 -
CMYK 0.34 0.60 0 0.02
HSL 265.37º 0.94% 0.69% -
HSV(B) 265.37º 0.6% 0.98% -
XYZ 37.22 24.1 93.13 -
YUV 136.82 191.87 147.38 -
System Red Green Blue C M Y K H S L
Decimal 164 101 250 0.34 0.60 0 0.02 265.37 0.94 0.69
Hex A4 65 FA 22 3C 0 2 109 5E 45
Octal 244 145 372 42 74 0 2 411 136 105
Binary 10100100 1100101 11111010 100010 111100 0 10 100001001 1011110 1000101

Color Harmonies of #A465FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A465FA

Black with #A465FA

Text Example


Text Example

White with #A465FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A465FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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