Html Css Color HEX #A463EF Medium Purple

📋 copy color: '#A463EF'

red 164 ◦ green 99 ◦ blue 239

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

Shades of Medium Purple #A463EF

Tints of Medium Purple #A463EF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.72%

 BLUE value IS 239 (93.75% from 255) = 47.61%

R = 32.67%
G = 19.72%
B = 47.61%

CMYK

 C value IS 0.31

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A463EF (or 0xA463EF) is known color: Medium Purple. HEX triplet: A4, 63 and EF. RGB value is (164,99,239). Sum of RGB (Red+Green+Blue) = 164+99+239=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 99 (39.06% from 255 or 19.72% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #A463EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A463EF is #5B9C10. Grayscale: #858585. Windows color (decimal): -6003729 or 15688612. OLE color: 15688612.

HSL color Cylindrical-coordinate representation of color #A463EF: hue angle of 267.86º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A463EF is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 164 99 239 -
CMYK 0.31 0.59 0 0.06
HSL 267.86º 0.81% 0.66% -
HSV(B) 267.86º 0.59% 0.94% -
XYZ 35.35 23.05 84.25 -
YUV 134.4 187.03 149.12 -
System Red Green Blue C M Y K H S L
Decimal 164 99 239 0.31 0.59 0 0.06 267.86 0.81 0.66
Hex A4 63 EF 1F 3B 0 6 10C 51 42
Octal 244 143 357 37 73 0 6 414 121 102
Binary 10100100 1100011 11101111 11111 111011 0 110 100001100 1010001 1000010

Color Harmonies of #A463EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A463EF

Black with #A463EF

Text Example


Text Example

White with #A463EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A463EF; }

 p { color: rgb(164,99,239); }

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

background-color css

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

 a { background-color: rgb(164,99,239); }

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

border-color css

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

 span { border-color: rgb(164,99,239); }

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