Html Css Color HEX #A964FF Medium Purple

📋 copy color: '#A964FF'

red 169 ◦ green 100 ◦ blue 255

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

Shades of Medium Purple #A964FF

Tints of Medium Purple #A964FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.66%

R = 32.25%
G = 19.08%
B = 48.66%

CMYK

 C value IS 0.34

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A964FF (or 0xA964FF) is known color: Medium Purple. HEX triplet: A9, 64 and FF. RGB value is (169,100,255). Sum of RGB (Red+Green+Blue) = 169+100+255=524 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.25% from 524); Green value is 100 (39.45% from 255 or 19.08% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #A964FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A964FF is #569B00. Grayscale: #898989. Windows color (decimal): -5675777 or 16737449. OLE color: 16737449.

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

Color convert

RGB 169 100 255 -
CMYK 0.34 0.61 0 0
HSL 266.71º 1% 0.7% -
HSV(B) 266.71º 0.61% 1% -
XYZ 38.97 24.77 97.33 -
YUV 138.3 193.86 149.9 -
System Red Green Blue C M Y K H S L
Decimal 169 100 255 0.34 0.61 0 0 266.71 1 0.7
Hex A9 64 FF 22 3D 0 0 10B 64 46
Octal 251 144 377 42 75 0 0 413 144 106
Binary 10101001 1100100 11111111 100010 111101 0 0 100001011 1100100 1000110

Color Harmonies of #A964FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A964FF

Black with #A964FF

Text Example


Text Example

White with #A964FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A964FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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