Html Css Color HEX #AE65E6 Amethyst

📋 copy color: '#AE65E6'

red 174 ◦ green 101 ◦ blue 230

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

Shades of Amethyst #AE65E6

Tints of Amethyst #AE65E6

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20%

 BLUE value IS 230 (90.23% from 255) = 45.54%

R = 34.46%
G = 20%
B = 45.54%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AE65E6 (or 0xAE65E6) is known color: Amethyst. HEX triplet: AE, 65 and E6. RGB value is (174,101,230). Sum of RGB (Red+Green+Blue) = 174+101+230=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 101 (39.84% from 255 or 20% from 505); Blue value is 230 (90.23% from 255 or 45.54% from 505); Max value from RGB is 230 - color contains mainly: blue. Hex color #AE65E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE65E6 is #519A19. Grayscale: #898989. Windows color (decimal): -5347866 or 15099310. OLE color: 15099310.

HSL color Cylindrical-coordinate representation of color #AE65E6: hue angle of 273.95º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE65E6 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 174 101 230 -
CMYK 0.24 0.56 0 0.10
HSL 273.95º 0.72% 0.65% -
HSV(B) 273.95º 0.56% 0.9% -
XYZ 36.39 24.02 77.58 -
YUV 137.53 180.18 154.01 -
System Red Green Blue C M Y K H S L
Decimal 174 101 230 0.24 0.56 0 0.10 273.95 0.72 0.65
Hex AE 65 E6 18 38 0 A 112 48 41
Octal 256 145 346 30 70 0 12 422 110 101
Binary 10101110 1100101 11100110 11000 111000 0 1010 100010010 1001000 1000001

Color Harmonies of #AE65E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE65E6

Black with #AE65E6

Text Example


Text Example

White with #AE65E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE65E6; }

 p { color: rgb(174,101,230); }

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

background-color css

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

 a { background-color: rgb(174,101,230); }

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

border-color css

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

 span { border-color: rgb(174,101,230); }

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