Html Css Color HEX #AE4FF2 Medium Orchid

📋 copy color: '#AE4FF2'

red 174 ◦ green 79 ◦ blue 242

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

Shades of Medium Orchid #AE4FF2

Tints of Medium Orchid #AE4FF2

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.96%

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

R = 35.15%
G = 15.96%
B = 48.89%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AE4FF2 (or 0xAE4FF2) is known color: Medium Orchid. HEX triplet: AE, 4F and F2. RGB value is (174,79,242). Sum of RGB (Red+Green+Blue) = 174+79+242=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 79 (31.25% from 255 or 15.96% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 242 - color contains mainly: blue. Hex color #AE4FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE4FF2 is #51B00D. Grayscale: #7D7D7D. Windows color (decimal): -5353486 or 15880110. OLE color: 15880110.

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

Color convert

RGB 174 79 242 -
CMYK 0.28 0.67 0 0.05
HSL 274.97º 0.86% 0.63% -
HSV(B) 274.97º 0.67% 0.95% -
XYZ 36.28 21 86.15 -
YUV 125.99 193.47 162.25 -
System Red Green Blue C M Y K H S L
Decimal 174 79 242 0.28 0.67 0 0.05 274.97 0.86 0.63
Hex AE 4F F2 1C 43 0 5 113 56 3F
Octal 256 117 362 34 103 0 5 423 126 77
Binary 10101110 1001111 11110010 11100 1000011 0 101 100010011 1010110 111111

Color Harmonies of #AE4FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4FF2

Black with #AE4FF2

Text Example


Text Example

White with #AE4FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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