Html Css Color HEX #AA6CEB Medium Purple

📋 copy color: '#AA6CEB'

red 170 ◦ green 108 ◦ blue 235

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

Shades of Medium Purple #AA6CEB

Tints of Medium Purple #AA6CEB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.05%

 BLUE value IS 235 (92.19% from 255) = 45.81%

R = 33.14%
G = 21.05%
B = 45.81%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA6CEB (or 0xAA6CEB) is known color: Medium Purple. HEX triplet: AA, 6C and EB. RGB value is (170,108,235). Sum of RGB (Red+Green+Blue) = 170+108+235=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 108 (42.58% from 255 or 21.05% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA6CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6CEB is #559314. Grayscale: #8C8C8C. Windows color (decimal): -5608213 or 15428778. OLE color: 15428778.

HSL color Cylindrical-coordinate representation of color #AA6CEB: hue angle of 269.29º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA6CEB is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 108 235 -
CMYK 0.28 0.54 0 0.08
HSL 269.29º 0.76% 0.67% -
HSV(B) 269.29º 0.54% 0.92% -
XYZ 36.94 25.27 81.53 -
YUV 141.02 181.04 148.67 -
System Red Green Blue C M Y K H S L
Decimal 170 108 235 0.28 0.54 0 0.08 269.29 0.76 0.67
Hex AA 6C EB 1C 36 0 8 10D 4C 43
Octal 252 154 353 34 66 0 10 415 114 103
Binary 10101010 1101100 11101011 11100 110110 0 1000 100001101 1001100 1000011

Color Harmonies of #AA6CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6CEB

Black with #AA6CEB

Text Example


Text Example

White with #AA6CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6CEB; }

 p { color: rgb(170,108,235); }

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

background-color css

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

 a { background-color: rgb(170,108,235); }

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

border-color css

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

 span { border-color: rgb(170,108,235); }

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