Html Css Color HEX #AE4BDA Medium Orchid

📋 copy color: '#AE4BDA'

red 174 ◦ green 75 ◦ blue 218

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

Shades of Medium Orchid #AE4BDA

Tints of Medium Orchid #AE4BDA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.06%

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

R = 37.26%
G = 16.06%
B = 46.68%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AE4BDA (or 0xAE4BDA) is known color: Medium Orchid. HEX triplet: AE, 4B and DA. RGB value is (174,75,218). Sum of RGB (Red+Green+Blue) = 174+75+218=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 75 (29.69% from 255 or 16.06% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE4BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE4BDA is #51B425. Grayscale: #787878. Windows color (decimal): -5354534 or 14306222. OLE color: 14306222.

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

Color convert

RGB 174 75 218 -
CMYK 0.20 0.66 0 0.15
HSL 281.54º 0.66% 0.57% -
HSV(B) 281.54º 0.66% 0.85% -
XYZ 32.63 19.09 68.3 -
YUV 120.9 182.8 165.87 -
System Red Green Blue C M Y K H S L
Decimal 174 75 218 0.20 0.66 0 0.15 281.54 0.66 0.57
Hex AE 4B DA 14 42 0 F 11A 42 39
Octal 256 113 332 24 102 0 17 432 102 71
Binary 10101110 1001011 11011010 10100 1000010 0 1111 100011010 1000010 111001

Color Harmonies of #AE4BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4BDA

Black with #AE4BDA

Text Example


Text Example

White with #AE4BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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