Html Css Color HEX #AE61E6 Medium Orchid

📋 copy color: '#AE61E6'

red 174 ◦ green 97 ◦ blue 230

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

Shades of Medium Orchid #AE61E6

Tints of Medium Orchid #AE61E6

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.36%

 BLUE value IS 230 (90.23% from 255) = 45.91%

R = 34.73%
G = 19.36%
B = 45.91%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AE61E6 (or 0xAE61E6) is known color: Medium Orchid. HEX triplet: AE, 61 and E6. RGB value is (174,97,230). Sum of RGB (Red+Green+Blue) = 174+97+230=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 97 (38.28% from 255 or 19.36% from 501); Blue value is 230 (90.23% from 255 or 45.91% from 501); Max value from RGB is 230 - color contains mainly: blue. Hex color #AE61E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE61E6 is #519E19. Grayscale: #868686. Windows color (decimal): -5348890 or 15098286. OLE color: 15098286.

HSL color Cylindrical-coordinate representation of color #AE61E6: hue angle of 274.74º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE61E6 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 174 97 230 -
CMYK 0.24 0.58 0 0.10
HSL 274.74º 0.73% 0.64% -
HSV(B) 274.74º 0.58% 0.9% -
XYZ 36.01 23.26 77.45 -
YUV 135.19 181.51 155.69 -
System Red Green Blue C M Y K H S L
Decimal 174 97 230 0.24 0.58 0 0.10 274.74 0.73 0.64
Hex AE 61 E6 18 3A 0 A 113 49 40
Octal 256 141 346 30 72 0 12 423 111 100
Binary 10101110 1100001 11100110 11000 111010 0 1010 100010011 1001001 1000000

Color Harmonies of #AE61E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE61E6

Black with #AE61E6

Text Example


Text Example

White with #AE61E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE61E6; }

 p { color: rgb(174,97,230); }

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

background-color css

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

 a { background-color: rgb(174,97,230); }

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

border-color css

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

 span { border-color: rgb(174,97,230); }

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