Html Css Color HEX #AE46DB Medium Orchid

📋 copy color: '#AE46DB'

red 174 ◦ green 70 ◦ blue 219

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

Shades of Medium Orchid #AE46DB

Tints of Medium Orchid #AE46DB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.12%

 BLUE value IS 219 (85.94% from 255) = 47.3%

R = 37.58%
G = 15.12%
B = 47.3%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE46DB (or 0xAE46DB) is known color: Medium Orchid. HEX triplet: AE, 46 and DB. RGB value is (174,70,219). Sum of RGB (Red+Green+Blue) = 174+70+219=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 70 (27.73% from 255 or 15.12% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE46DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE46DB is #51B924. Grayscale: #757575. Windows color (decimal): -5355813 or 14370478. OLE color: 14370478.

HSL color Cylindrical-coordinate representation of color #AE46DB: hue angle of 281.88º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE46DB is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 70 219 -
CMYK 0.21 0.68 0 0.14
HSL 281.88º 0.67% 0.57% -
HSV(B) 281.88º 0.68% 0.86% -
XYZ 32.43 18.49 68.88 -
YUV 118.08 184.96 167.88 -
System Red Green Blue C M Y K H S L
Decimal 174 70 219 0.21 0.68 0 0.14 281.88 0.67 0.57
Hex AE 46 DB 15 44 0 E 11A 43 39
Octal 256 106 333 25 104 0 16 432 103 71
Binary 10101110 1000110 11011011 10101 1000100 0 1110 100011010 1000011 111001

Color Harmonies of #AE46DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE46DB

Black with #AE46DB

Text Example


Text Example

White with #AE46DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE46DB; }

 p { color: rgb(174,70,219); }

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

background-color css

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

 a { background-color: rgb(174,70,219); }

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

border-color css

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

 span { border-color: rgb(174,70,219); }

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