Html Css Color HEX #AA65EE Medium Purple

📋 copy color: '#AA65EE'

red 170 ◦ green 101 ◦ blue 238

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

Shades of Medium Purple #AA65EE

Tints of Medium Purple #AA65EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.76%

R = 33.4%
G = 19.84%
B = 46.76%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA65EE (or 0xAA65EE) is known color: Medium Purple. HEX triplet: AA, 65 and EE. RGB value is (170,101,238). Sum of RGB (Red+Green+Blue) = 170+101+238=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 101 (39.84% from 255 or 19.84% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA65EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA65EE is #559A11. Grayscale: #888888. Windows color (decimal): -5610002 or 15623594. OLE color: 15623594.

HSL color Cylindrical-coordinate representation of color #AA65EE: hue angle of 270.22º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA65EE is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 101 238 -
CMYK 0.29 0.58 0 0.07
HSL 270.22º 0.8% 0.66% -
HSV(B) 270.22º 0.58% 0.93% -
XYZ 36.66 24.03 83.59 -
YUV 137.25 184.86 151.36 -
System Red Green Blue C M Y K H S L
Decimal 170 101 238 0.29 0.58 0 0.07 270.22 0.8 0.66
Hex AA 65 EE 1D 3A 0 7 10E 50 42
Octal 252 145 356 35 72 0 7 416 120 102
Binary 10101010 1100101 11101110 11101 111010 0 111 100001110 1010000 1000010

Color Harmonies of #AA65EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA65EE

Black with #AA65EE

Text Example


Text Example

White with #AA65EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA65EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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