Html Css Color HEX #AE5CF2 Medium Orchid

📋 copy color: '#AE5CF2'

red 174 ◦ green 92 ◦ blue 242

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

Shades of Medium Orchid #AE5CF2

Tints of Medium Orchid #AE5CF2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.11%

 BLUE value IS 242 (94.92% from 255) = 47.64%

R = 34.25%
G = 18.11%
B = 47.64%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AE5CF2 (or 0xAE5CF2) is known color: Medium Orchid. HEX triplet: AE, 5C and F2. RGB value is (174,92,242). Sum of RGB (Red+Green+Blue) = 174+92+242=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 92 (36.33% from 255 or 18.11% from 508); Blue value is 242 (94.92% from 255 or 47.64% from 508); Max value from RGB is 242 - color contains mainly: blue. Hex color #AE5CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE5CF2 is #51A30D. Grayscale: #858585. Windows color (decimal): -5350158 or 15883438. OLE color: 15883438.

HSL color Cylindrical-coordinate representation of color #AE5CF2: hue angle of 272.8º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AE5CF2 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 92 242 -
CMYK 0.28 0.62 0 0.05
HSL 272.8º 0.85% 0.65% -
HSV(B) 272.8º 0.62% 0.95% -
XYZ 37.31 23.06 86.49 -
YUV 133.62 189.17 156.8 -
System Red Green Blue C M Y K H S L
Decimal 174 92 242 0.28 0.62 0 0.05 272.8 0.85 0.65
Hex AE 5C F2 1C 3E 0 5 111 55 41
Octal 256 134 362 34 76 0 5 421 125 101
Binary 10101110 1011100 11110010 11100 111110 0 101 100010001 1010101 1000001

Color Harmonies of #AE5CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5CF2

Black with #AE5CF2

Text Example


Text Example

White with #AE5CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5CF2; }

 p { color: rgb(174,92,242); }

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

background-color css

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

 a { background-color: rgb(174,92,242); }

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

border-color css

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

 span { border-color: rgb(174,92,242); }

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