Html Css Color HEX #A964EA Medium Purple

📋 copy color: '#A964EA'

red 169 ◦ green 100 ◦ blue 234

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

Shades of Medium Purple #A964EA

Tints of Medium Purple #A964EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.52%

R = 33.6%
G = 19.88%
B = 46.52%

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

#A964EA (or 0xA964EA) is known color: Medium Purple. HEX triplet: A9, 64 and EA. RGB value is (169,100,234). Sum of RGB (Red+Green+Blue) = 169+100+234=503 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.60% from 503); Green value is 100 (39.45% from 255 or 19.88% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #A964EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A964EA is #569B15. Grayscale: #878787. Windows color (decimal): -5675798 or 15361193. OLE color: 15361193.

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

Color convert

RGB 169 100 234 -
CMYK 0.28 0.57 0 0.08
HSL 270.9º 0.76% 0.65% -
HSV(B) 270.9º 0.57% 0.92% -
XYZ 35.77 23.49 80.49 -
YUV 135.91 183.36 151.6 -
System Red Green Blue C M Y K H S L
Decimal 169 100 234 0.28 0.57 0 0.08 270.9 0.76 0.65
Hex A9 64 EA 1C 39 0 8 10F 4C 41
Octal 251 144 352 34 71 0 10 417 114 101
Binary 10101001 1100100 11101010 11100 111001 0 1000 100001111 1001100 1000001

Color Harmonies of #A964EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A964EA

Black with #A964EA

Text Example


Text Example

White with #A964EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A964EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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