Html Css Color HEX #AE6BDD Amethyst

📋 copy color: '#AE6BDD'

red 174 ◦ green 107 ◦ blue 221

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

Shades of Amethyst #AE6BDD

Tints of Amethyst #AE6BDD

RGB

 RED value IS 174 (68.36% from 255) = 34.66%

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

 BLUE value IS 221 (86.72% from 255) = 44.02%

R = 34.66%
G = 21.31%
B = 44.02%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE6BDD (or 0xAE6BDD) is known color: Amethyst. HEX triplet: AE, 6B and DD. RGB value is (174,107,221). Sum of RGB (Red+Green+Blue) = 174+107+221=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 107 (42.19% from 255 or 21.31% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE6BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6BDD is #519422. Grayscale: #8B8B8B. Windows color (decimal): -5346339 or 14511022. OLE color: 14511022.

HSL color Cylindrical-coordinate representation of color #AE6BDD: hue angle of 275.26º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE6BDD is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 107 221 -
CMYK 0.21 0.52 0 0.13
HSL 275.26º 0.63% 0.64% -
HSV(B) 275.26º 0.52% 0.87% -
XYZ 35.76 24.73 71.3 -
YUV 140.03 173.7 152.23 -
System Red Green Blue C M Y K H S L
Decimal 174 107 221 0.21 0.52 0 0.13 275.26 0.63 0.64
Hex AE 6B DD 15 34 0 D 113 3F 40
Octal 256 153 335 25 64 0 15 423 77 100
Binary 10101110 1101011 11011101 10101 110100 0 1101 100010011 111111 1000000

Color Harmonies of #AE6BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6BDD

Black with #AE6BDD

Text Example


Text Example

White with #AE6BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6BDD; }

 p { color: rgb(174,107,221); }

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

background-color css

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

 a { background-color: rgb(174,107,221); }

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

border-color css

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

 span { border-color: rgb(174,107,221); }

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