Html Css Color HEX #A964FE Medium Purple

📋 copy color: '#A964FE'

red 169 ◦ green 100 ◦ blue 254

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

Shades of Medium Purple #A964FE

Tints of Medium Purple #A964FE

RGB

 RED value IS 169 (66.41% from 255) = 32.31%

 GREEN value IS 100 (39.45% from 255) = 19.12%

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

R = 32.31%
G = 19.12%
B = 48.57%

CMYK

 C value IS 0.33

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A964FE (or 0xA964FE) is known color: Medium Purple. HEX triplet: A9, 64 and FE. RGB value is (169,100,254). Sum of RGB (Red+Green+Blue) = 169+100+254=523 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.31% from 523); Green value is 100 (39.45% from 255 or 19.12% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #A964FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A964FE is #569B01. Grayscale: #898989. Windows color (decimal): -5675778 or 16671913. OLE color: 16671913.

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

Color convert

RGB 169 100 254 -
CMYK 0.33 0.61 0 0.00
HSL 266.88º 0.99% 0.69% -
HSV(B) 266.88º 0.61% 1% -
XYZ 38.81 24.71 96.49 -
YUV 138.19 193.36 149.98 -
System Red Green Blue C M Y K H S L
Decimal 169 100 254 0.33 0.61 0 0.00 266.88 0.99 0.69
Hex A9 64 FE 21 3D 0 0 10B 63 45
Octal 251 144 376 41 75 0 0 413 143 105
Binary 10101001 1100100 11111110 100001 111101 0 0 100001011 1100011 1000101

Color Harmonies of #A964FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A964FE

Black with #A964FE

Text Example


Text Example

White with #A964FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A964FE; }

 p { color: rgb(169,100,254); }

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

background-color css

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

 a { background-color: rgb(169,100,254); }

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

border-color css

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

 span { border-color: rgb(169,100,254); }

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