Html Css Color HEX #A463EE Medium Purple

📋 copy color: '#A463EE'

red 164 ◦ green 99 ◦ blue 238

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

Shades of Medium Purple #A463EE

Tints of Medium Purple #A463EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.5%

R = 32.73%
G = 19.76%
B = 47.5%

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

#A463EE (or 0xA463EE) is known color: Medium Purple. HEX triplet: A4, 63 and EE. RGB value is (164,99,238). Sum of RGB (Red+Green+Blue) = 164+99+238=501 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.73% from 501); Green value is 99 (39.06% from 255 or 19.76% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #A463EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A463EE is #5B9C11. Grayscale: #858585. Windows color (decimal): -6003730 or 15623076. OLE color: 15623076.

HSL color Cylindrical-coordinate representation of color #A463EE: hue angle of 268.06º degrees, saturation: 0.8, 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 #A463EE is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 99 238 -
CMYK 0.31 0.58 0 0.07
HSL 268.06º 0.8% 0.66% -
HSV(B) 268.06º 0.58% 0.93% -
XYZ 35.2 22.99 83.47 -
YUV 134.28 186.53 149.2 -
System Red Green Blue C M Y K H S L
Decimal 164 99 238 0.31 0.58 0 0.07 268.06 0.8 0.66
Hex A4 63 EE 1F 3A 0 7 10C 50 42
Octal 244 143 356 37 72 0 7 414 120 102
Binary 10100100 1100011 11101110 11111 111010 0 111 100001100 1010000 1000010

Color Harmonies of #A463EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A463EE

Black with #A463EE

Text Example


Text Example

White with #A463EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A463EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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