Html Css Color HEX #AA65F8 Medium Purple

📋 copy color: '#AA65F8'

red 170 ◦ green 101 ◦ blue 248

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

Shades of Medium Purple #AA65F8

Tints of Medium Purple #AA65F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 47.78%

R = 32.76%
G = 19.46%
B = 47.78%

CMYK

 C value IS 0.31

 M value IS 0.59

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AA65F8 (or 0xAA65F8) is known color: Medium Purple. HEX triplet: AA, 65 and F8. RGB value is (170,101,248). Sum of RGB (Red+Green+Blue) = 170+101+248=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 101 (39.84% from 255 or 19.46% from 519); Blue value is 248 (97.27% from 255 or 47.78% from 519); Max value from RGB is 248 - color contains mainly: blue. Hex color #AA65F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA65F8 is #559A07. Grayscale: #898989. Windows color (decimal): -5609992 or 16278954. OLE color: 16278954.

HSL color Cylindrical-coordinate representation of color #AA65F8: hue angle of 268.16º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA65F8 is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 101 248 -
CMYK 0.31 0.59 0 0.03
HSL 268.16º 0.91% 0.68% -
HSV(B) 268.16º 0.59% 0.97% -
XYZ 38.17 24.63 91.55 -
YUV 138.39 189.86 150.55 -
System Red Green Blue C M Y K H S L
Decimal 170 101 248 0.31 0.59 0 0.03 268.16 0.91 0.68
Hex AA 65 F8 1F 3B 0 3 10C 5B 44
Octal 252 145 370 37 73 0 3 414 133 104
Binary 10101010 1100101 11111000 11111 111011 0 11 100001100 1011011 1000100

Color Harmonies of #AA65F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA65F8

Black with #AA65F8

Text Example


Text Example

White with #AA65F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA65F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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