Html Css Color HEX #AA64FC Medium Purple

📋 copy color: '#AA64FC'

red 170 ◦ green 100 ◦ blue 252

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

Shades of Medium Purple #AA64FC

Tints of Medium Purple #AA64FC

RGB

 RED value IS 170 (66.8% from 255) = 32.57%

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

 BLUE value IS 252 (98.83% from 255) = 48.28%

R = 32.57%
G = 19.16%
B = 48.28%

CMYK

 C value IS 0.33

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA64FC (or 0xAA64FC) is known color: Medium Purple. HEX triplet: AA, 64 and FC. RGB value is (170,100,252). Sum of RGB (Red+Green+Blue) = 170+100+252=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 100 (39.45% from 255 or 19.16% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA64FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA64FC is #559B03. Grayscale: #898989. Windows color (decimal): -5610244 or 16540842. OLE color: 16540842.

HSL color Cylindrical-coordinate representation of color #AA64FC: hue angle of 267.63º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA64FC is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 100 252 -
CMYK 0.33 0.60 0 0.01
HSL 267.63º 0.96% 0.69% -
HSV(B) 267.63º 0.6% 0.99% -
XYZ 38.71 24.69 94.82 -
YUV 138.26 192.19 150.64 -
System Red Green Blue C M Y K H S L
Decimal 170 100 252 0.33 0.60 0 0.01 267.63 0.96 0.69
Hex AA 64 FC 21 3C 0 1 10C 60 45
Octal 252 144 374 41 74 0 1 414 140 105
Binary 10101010 1100100 11111100 100001 111100 0 1 100001100 1100000 1000101

Color Harmonies of #AA64FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA64FC

Black with #AA64FC

Text Example


Text Example

White with #AA64FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA64FC; }

 p { color: rgb(170,100,252); }

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

background-color css

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

 a { background-color: rgb(170,100,252); }

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

border-color css

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

 span { border-color: rgb(170,100,252); }

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