Html Css Color HEX #AE63EA Medium Orchid

📋 copy color: '#AE63EA'

red 174 ◦ green 99 ◦ blue 234

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

Shades of Medium Orchid #AE63EA

Tints of Medium Orchid #AE63EA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.53%

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

R = 34.32%
G = 19.53%
B = 46.15%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AE63EA (or 0xAE63EA) is known color: Medium Orchid. HEX triplet: AE, 63 and EA. RGB value is (174,99,234). Sum of RGB (Red+Green+Blue) = 174+99+234=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 99 (39.06% from 255 or 19.53% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #AE63EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE63EA is #519C15. Grayscale: #888888. Windows color (decimal): -5348374 or 15360942. OLE color: 15360942.

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

Color convert

RGB 174 99 234 -
CMYK 0.26 0.58 0 0.08
HSL 273.33º 0.76% 0.65% -
HSV(B) 273.33º 0.58% 0.92% -
XYZ 36.77 23.86 80.51 -
YUV 136.82 182.85 154.52 -
System Red Green Blue C M Y K H S L
Decimal 174 99 234 0.26 0.58 0 0.08 273.33 0.76 0.65
Hex AE 63 EA 1A 3A 0 8 111 4C 41
Octal 256 143 352 32 72 0 10 421 114 101
Binary 10101110 1100011 11101010 11010 111010 0 1000 100010001 1001100 1000001

Color Harmonies of #AE63EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE63EA

Black with #AE63EA

Text Example


Text Example

White with #AE63EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE63EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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