Html Css Color HEX #AE6CDB Amethyst

📋 copy color: '#AE6CDB'

red 174 ◦ green 108 ◦ blue 219

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

Shades of Amethyst #AE6CDB

Tints of Amethyst #AE6CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.71%

R = 34.73%
G = 21.56%
B = 43.71%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE6CDB (or 0xAE6CDB) is known color: Amethyst. HEX triplet: AE, 6C and DB. RGB value is (174,108,219). Sum of RGB (Red+Green+Blue) = 174+108+219=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 108 (42.58% from 255 or 21.56% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE6CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6CDB is #519324. Grayscale: #8C8C8C. Windows color (decimal): -5346085 or 14380206. OLE color: 14380206.

HSL color Cylindrical-coordinate representation of color #AE6CDB: hue angle of 275.68º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE6CDB is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 108 219 -
CMYK 0.21 0.51 0 0.14
HSL 275.68º 0.61% 0.64% -
HSV(B) 275.68º 0.51% 0.86% -
XYZ 35.6 24.84 69.94 -
YUV 140.39 172.37 151.97 -
System Red Green Blue C M Y K H S L
Decimal 174 108 219 0.21 0.51 0 0.14 275.68 0.61 0.64
Hex AE 6C DB 15 33 0 E 114 3D 40
Octal 256 154 333 25 63 0 16 424 75 100
Binary 10101110 1101100 11011011 10101 110011 0 1110 100010100 111101 1000000

Color Harmonies of #AE6CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6CDB

Black with #AE6CDB

Text Example


Text Example

White with #AE6CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6CDB; }

 p { color: rgb(174,108,219); }

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

background-color css

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

 a { background-color: rgb(174,108,219); }

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

border-color css

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

 span { border-color: rgb(174,108,219); }

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