Html Css Color HEX #AE42DB Medium Orchid

📋 copy color: '#AE42DB'

red 174 ◦ green 66 ◦ blue 219

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

Shades of Medium Orchid #AE42DB

Tints of Medium Orchid #AE42DB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.38%

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

R = 37.91%
G = 14.38%
B = 47.71%

CMYK

 C value IS 0.21

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE42DB (or 0xAE42DB) is known color: Medium Orchid. HEX triplet: AE, 42 and DB. RGB value is (174,66,219). Sum of RGB (Red+Green+Blue) = 174+66+219=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 66 (26.17% from 255 or 14.38% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE42DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE42DB is #51BD24. Grayscale: #737373. Windows color (decimal): -5356837 or 14369454. OLE color: 14369454.

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

Color convert

RGB 174 66 219 -
CMYK 0.21 0.70 0 0.14
HSL 282.35º 0.68% 0.56% -
HSV(B) 282.35º 0.7% 0.86% -
XYZ 32.19 18.01 68.8 -
YUV 115.73 186.28 169.56 -
System Red Green Blue C M Y K H S L
Decimal 174 66 219 0.21 0.70 0 0.14 282.35 0.68 0.56
Hex AE 42 DB 15 46 0 E 11A 44 38
Octal 256 102 333 25 106 0 16 432 104 70
Binary 10101110 1000010 11011011 10101 1000110 0 1110 100011010 1000100 111000

Color Harmonies of #AE42DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE42DB

Black with #AE42DB

Text Example


Text Example

White with #AE42DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE42DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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