Html Css Color HEX #AE65EA Amethyst

📋 copy color: '#AE65EA'

red 174 ◦ green 101 ◦ blue 234

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

Shades of Amethyst #AE65EA

Tints of Amethyst #AE65EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.97%

R = 34.18%
G = 19.84%
B = 45.97%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AE65EA (or 0xAE65EA) is known color: Amethyst. HEX triplet: AE, 65 and EA. RGB value is (174,101,234). Sum of RGB (Red+Green+Blue) = 174+101+234=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 101 (39.84% from 255 or 19.84% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #AE65EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE65EA is #519A15. Grayscale: #898989. Windows color (decimal): -5347862 or 15361454. OLE color: 15361454.

HSL color Cylindrical-coordinate representation of color #AE65EA: hue angle of 272.93º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE65EA is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 101 234 -
CMYK 0.26 0.57 0 0.08
HSL 272.93º 0.76% 0.66% -
HSV(B) 272.93º 0.57% 0.92% -
XYZ 36.96 24.25 80.57 -
YUV 137.99 182.18 153.69 -
System Red Green Blue C M Y K H S L
Decimal 174 101 234 0.26 0.57 0 0.08 272.93 0.76 0.66
Hex AE 65 EA 1A 39 0 8 111 4C 42
Octal 256 145 352 32 71 0 10 421 114 102
Binary 10101110 1100101 11101010 11010 111001 0 1000 100010001 1001100 1000010

Color Harmonies of #AE65EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE65EA

Black with #AE65EA

Text Example


Text Example

White with #AE65EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE65EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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