Html Css Color HEX #AA64FF Medium Purple

📋 copy color: '#AA64FF'

red 170 ◦ green 100 ◦ blue 255

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

Shades of Medium Purple #AA64FF

Tints of Medium Purple #AA64FF

RGB

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

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

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

R = 32.38%
G = 19.05%
B = 48.57%

CMYK

 C value IS 0.33

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA64FF (or 0xAA64FF) is known color: Medium Purple. HEX triplet: AA, 64 and FF. RGB value is (170,100,255). Sum of RGB (Red+Green+Blue) = 170+100+255=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 100 (39.45% from 255 or 19.05% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA64FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA64FF is #559B00. Grayscale: #8A8A8A. Windows color (decimal): -5610241 or 16737450. OLE color: 16737450.

HSL color Cylindrical-coordinate representation of color #AA64FF: hue angle of 267.1º 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 #AA64FF is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 100 255 -
CMYK 0.33 0.61 0 0
HSL 267.1º 1% 0.7% -
HSV(B) 267.1º 0.61% 1% -
XYZ 39.18 24.88 97.34 -
YUV 138.6 193.69 150.4 -
System Red Green Blue C M Y K H S L
Decimal 170 100 255 0.33 0.61 0 0 267.1 1 0.7
Hex AA 64 FF 21 3D 0 0 10B 64 46
Octal 252 144 377 41 75 0 0 413 144 106
Binary 10101010 1100100 11111111 100001 111101 0 0 100001011 1100100 1000110

Color Harmonies of #AA64FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA64FF

Black with #AA64FF

Text Example


Text Example

White with #AA64FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA64FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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