Html Css Color HEX #AA6CFB Medium Purple

📋 copy color: '#AA6CFB'

red 170 ◦ green 108 ◦ blue 251

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

Shades of Medium Purple #AA6CFB

Tints of Medium Purple #AA6CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.45%

R = 32.14%
G = 20.42%
B = 47.45%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA6CFB (or 0xAA6CFB) is known color: Medium Purple. HEX triplet: AA, 6C and FB. RGB value is (170,108,251). Sum of RGB (Red+Green+Blue) = 170+108+251=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 108 (42.58% from 255 or 20.42% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA6CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6CFB is #559304. Grayscale: #8E8E8E. Windows color (decimal): -5608197 or 16477354. OLE color: 16477354.

HSL color Cylindrical-coordinate representation of color #AA6CFB: hue angle of 266.01º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA6CFB is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 108 251 -
CMYK 0.32 0.57 0 0.02
HSL 266.01º 0.95% 0.7% -
HSV(B) 266.01º 0.57% 0.98% -
XYZ 39.35 26.24 94.26 -
YUV 142.84 189.04 147.37 -
System Red Green Blue C M Y K H S L
Decimal 170 108 251 0.32 0.57 0 0.02 266.01 0.95 0.7
Hex AA 6C FB 20 39 0 2 10A 5F 46
Octal 252 154 373 40 71 0 2 412 137 106
Binary 10101010 1101100 11111011 100000 111001 0 10 100001010 1011111 1000110

Color Harmonies of #AA6CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6CFB

Black with #AA6CFB

Text Example


Text Example

White with #AA6CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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