Html Css Color HEX #AA65FD Medium Purple

📋 copy color: '#AA65FD'

red 170 ◦ green 101 ◦ blue 253

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

Shades of Medium Purple #AA65FD

Tints of Medium Purple #AA65FD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.27%

 BLUE value IS 253 (99.22% from 255) = 48.28%

R = 32.44%
G = 19.27%
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

#AA65FD (or 0xAA65FD) is known color: Medium Purple. HEX triplet: AA, 65 and FD. RGB value is (170,101,253). Sum of RGB (Red+Green+Blue) = 170+101+253=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 101 (39.84% from 255 or 19.27% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA65FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA65FD is #559A02. Grayscale: #8A8A8A. Windows color (decimal): -5609987 or 16606634. OLE color: 16606634.

HSL color Cylindrical-coordinate representation of color #AA65FD: hue angle of 267.24º degrees, saturation: 0.97, 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 #AA65FD is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 101 253 -
CMYK 0.33 0.60 0 0.01
HSL 267.24º 0.97% 0.69% -
HSV(B) 267.24º 0.6% 0.99% -
XYZ 38.96 24.95 95.69 -
YUV 138.96 192.36 150.14 -
System Red Green Blue C M Y K H S L
Decimal 170 101 253 0.33 0.60 0 0.01 267.24 0.97 0.69
Hex AA 65 FD 21 3C 0 1 10B 61 45
Octal 252 145 375 41 74 0 1 413 141 105
Binary 10101010 1100101 11111101 100001 111100 0 1 100001011 1100001 1000101

Color Harmonies of #AA65FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA65FD

Black with #AA65FD

Text Example


Text Example

White with #AA65FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA65FD; }

 p { color: rgb(170,101,253); }

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

background-color css

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

 a { background-color: rgb(170,101,253); }

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

border-color css

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

 span { border-color: rgb(170,101,253); }

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