Html Css Color HEX #AA6BE4 Amethyst

📋 copy color: '#AA6BE4'

red 170 ◦ green 107 ◦ blue 228

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

Shades of Amethyst #AA6BE4

Tints of Amethyst #AA6BE4

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.19%

 BLUE value IS 228 (89.45% from 255) = 45.15%

R = 33.66%
G = 21.19%
B = 45.15%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AA6BE4 (or 0xAA6BE4) is known color: Amethyst. HEX triplet: AA, 6B and E4. RGB value is (170,107,228). Sum of RGB (Red+Green+Blue) = 170+107+228=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 228 (89.45% from 255 or 45.15% from 505); Max value from RGB is 228 - color contains mainly: blue. Hex color #AA6BE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6BE4 is #55941B. Grayscale: #8B8B8B. Windows color (decimal): -5608476 or 14969770. OLE color: 14969770.

HSL color Cylindrical-coordinate representation of color #AA6BE4: hue angle of 271.24º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA6BE4 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 107 228 -
CMYK 0.25 0.53 0 0.11
HSL 271.24º 0.69% 0.66% -
HSV(B) 271.24º 0.53% 0.89% -
XYZ 35.84 24.66 76.27 -
YUV 139.63 177.87 149.66 -
System Red Green Blue C M Y K H S L
Decimal 170 107 228 0.25 0.53 0 0.11 271.24 0.69 0.66
Hex AA 6B E4 19 35 0 B 10F 45 42
Octal 252 153 344 31 65 0 13 417 105 102
Binary 10101010 1101011 11100100 11001 110101 0 1011 100001111 1000101 1000010

Color Harmonies of #AA6BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6BE4

Black with #AA6BE4

Text Example


Text Example

White with #AA6BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6BE4; }

 p { color: rgb(170,107,228); }

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

background-color css

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

 a { background-color: rgb(170,107,228); }

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

border-color css

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

 span { border-color: rgb(170,107,228); }

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