Html Css Color HEX #AE4FDA Medium Orchid

📋 copy color: '#AE4FDA'

red 174 ◦ green 79 ◦ blue 218

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

Shades of Medium Orchid #AE4FDA

Tints of Medium Orchid #AE4FDA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.77%

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

R = 36.94%
G = 16.77%
B = 46.28%

CMYK

 C value IS 0.20

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AE4FDA (or 0xAE4FDA) is known color: Medium Orchid. HEX triplet: AE, 4F and DA. RGB value is (174,79,218). Sum of RGB (Red+Green+Blue) = 174+79+218=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 79 (31.25% from 255 or 16.77% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE4FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4FDA is #51B025. Grayscale: #7A7A7A. Windows color (decimal): -5353510 or 14307246. OLE color: 14307246.

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

Color convert

RGB 174 79 218 -
CMYK 0.20 0.64 0 0.15
HSL 281.01º 0.65% 0.58% -
HSV(B) 281.01º 0.64% 0.85% -
XYZ 32.91 19.65 68.39 -
YUV 123.25 181.47 164.2 -
System Red Green Blue C M Y K H S L
Decimal 174 79 218 0.20 0.64 0 0.15 281.01 0.65 0.58
Hex AE 4F DA 14 40 0 F 119 41 3A
Octal 256 117 332 24 100 0 17 431 101 72
Binary 10101110 1001111 11011010 10100 1000000 0 1111 100011001 1000001 111010

Color Harmonies of #AE4FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4FDA

Black with #AE4FDA

Text Example


Text Example

White with #AE4FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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