Html Css Color HEX #A463ED Medium Purple

📋 copy color: '#A463ED'

red 164 ◦ green 99 ◦ blue 237

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

Shades of Medium Purple #A463ED

Tints of Medium Purple #A463ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.4%

R = 32.8%
G = 19.8%
B = 47.4%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A463ED (or 0xA463ED) is known color: Medium Purple. HEX triplet: A4, 63 and ED. RGB value is (164,99,237). Sum of RGB (Red+Green+Blue) = 164+99+237=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 99 (39.06% from 255 or 19.8% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #A463ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A463ED is #5B9C12. Grayscale: #858585. Windows color (decimal): -6003731 or 15557540. OLE color: 15557540.

HSL color Cylindrical-coordinate representation of color #A463ED: hue angle of 268.26º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A463ED is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 99 237 -
CMYK 0.31 0.58 0 0.07
HSL 268.26º 0.79% 0.66% -
HSV(B) 268.26º 0.58% 0.93% -
XYZ 35.06 22.93 82.7 -
YUV 134.17 186.03 149.28 -
System Red Green Blue C M Y K H S L
Decimal 164 99 237 0.31 0.58 0 0.07 268.26 0.79 0.66
Hex A4 63 ED 1F 3A 0 7 10C 4F 42
Octal 244 143 355 37 72 0 7 414 117 102
Binary 10100100 1100011 11101101 11111 111010 0 111 100001100 1001111 1000010

Color Harmonies of #A463ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A463ED

Black with #A463ED

Text Example


Text Example

White with #A463ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A463ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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