Html Css Color HEX #AE6BDA Amethyst

📋 copy color: '#AE6BDA'

red 174 ◦ green 107 ◦ blue 218

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

Shades of Amethyst #AE6BDA

Tints of Amethyst #AE6BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.69%

R = 34.87%
G = 21.44%
B = 43.69%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AE6BDA (or 0xAE6BDA) is known color: Amethyst. HEX triplet: AE, 6B and DA. RGB value is (174,107,218). Sum of RGB (Red+Green+Blue) = 174+107+218=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 107 (42.19% from 255 or 21.44% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE6BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6BDA is #519425. Grayscale: #8B8B8B. Windows color (decimal): -5346342 or 14314414. OLE color: 14314414.

HSL color Cylindrical-coordinate representation of color #AE6BDA: hue angle of 276.22º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE6BDA is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 107 218 -
CMYK 0.20 0.51 0 0.15
HSL 276.22º 0.6% 0.64% -
HSV(B) 276.22º 0.51% 0.85% -
XYZ 35.37 24.58 69.21 -
YUV 139.69 172.2 152.47 -
System Red Green Blue C M Y K H S L
Decimal 174 107 218 0.20 0.51 0 0.15 276.22 0.6 0.64
Hex AE 6B DA 14 33 0 F 114 3C 40
Octal 256 153 332 24 63 0 17 424 74 100
Binary 10101110 1101011 11011010 10100 110011 0 1111 100010100 111100 1000000

Color Harmonies of #AE6BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6BDA

Black with #AE6BDA

Text Example


Text Example

White with #AE6BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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