Html Css Color HEX #A460FE Medium Purple

📋 copy color: '#A460FE'

red 164 ◦ green 96 ◦ blue 254

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

Shades of Medium Purple #A460FE

Tints of Medium Purple #A460FE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.68%

 BLUE value IS 254 (99.61% from 255) = 49.42%

R = 31.91%
G = 18.68%
B = 49.42%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A460FE (or 0xA460FE) is known color: Medium Purple. HEX triplet: A4, 60 and FE. RGB value is (164,96,254). Sum of RGB (Red+Green+Blue) = 164+96+254=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 96 (37.89% from 255 or 18.68% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #A460FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A460FE is #5B9F01. Grayscale: #858585. Windows color (decimal): -6004482 or 16670884. OLE color: 16670884.

HSL color Cylindrical-coordinate representation of color #A460FE: hue angle of 265.82º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A460FE is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 164 96 254 -
CMYK 0.35 0.62 0 0.00
HSL 265.82º 0.99% 0.69% -
HSV(B) 265.82º 0.62% 1% -
XYZ 37.38 23.41 96.32 -
YUV 134.34 195.53 149.15 -
System Red Green Blue C M Y K H S L
Decimal 164 96 254 0.35 0.62 0 0.00 265.82 0.99 0.69
Hex A4 60 FE 23 3E 0 0 10A 63 45
Octal 244 140 376 43 76 0 0 412 143 105
Binary 10100100 1100000 11111110 100011 111110 0 0 100001010 1100011 1000101

Color Harmonies of #A460FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A460FE

Black with #A460FE

Text Example


Text Example

White with #A460FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A460FE; }

 p { color: rgb(164,96,254); }

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

background-color css

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

 a { background-color: rgb(164,96,254); }

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

border-color css

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

 span { border-color: rgb(164,96,254); }

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