Html Css Color HEX #A964EB Medium Purple

📋 copy color: '#A964EB'

red 169 ◦ green 100 ◦ blue 235

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

Shades of Medium Purple #A964EB

Tints of Medium Purple #A964EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.63%

R = 33.53%
G = 19.84%
B = 46.63%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A964EB (or 0xA964EB) is known color: Medium Purple. HEX triplet: A9, 64 and EB. RGB value is (169,100,235). Sum of RGB (Red+Green+Blue) = 169+100+235=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 100 (39.45% from 255 or 19.84% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #A964EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A964EB is #569B14. Grayscale: #878787. Windows color (decimal): -5675797 or 15426729. OLE color: 15426729.

HSL color Cylindrical-coordinate representation of color #A964EB: hue angle of 270.67º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A964EB is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 169 100 235 -
CMYK 0.28 0.57 0 0.08
HSL 270.67º 0.77% 0.66% -
HSV(B) 270.67º 0.57% 0.92% -
XYZ 35.91 23.55 81.25 -
YUV 136.02 183.86 151.52 -
System Red Green Blue C M Y K H S L
Decimal 169 100 235 0.28 0.57 0 0.08 270.67 0.77 0.66
Hex A9 64 EB 1C 39 0 8 10F 4D 42
Octal 251 144 353 34 71 0 10 417 115 102
Binary 10101001 1100100 11101011 11100 111001 0 1000 100001111 1001101 1000010

Color Harmonies of #A964EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A964EB

Black with #A964EB

Text Example


Text Example

White with #A964EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A964EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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