Html Css Color HEX #AE7AF2 Medium Purple

📋 copy color: '#AE7AF2'

red 174 ◦ green 122 ◦ blue 242

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

Shades of Medium Purple #AE7AF2

Tints of Medium Purple #AE7AF2

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.68%

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

R = 32.34%
G = 22.68%
B = 44.98%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AE7AF2 (or 0xAE7AF2) is known color: Medium Purple. HEX triplet: AE, 7A and F2. RGB value is (174,122,242). Sum of RGB (Red+Green+Blue) = 174+122+242=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 122 (48.05% from 255 or 22.68% from 538); Blue value is 242 (94.92% from 255 or 44.98% from 538); Max value from RGB is 242 - color contains mainly: blue. Hex color #AE7AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE7AF2 is #51850D. Grayscale: #969696. Windows color (decimal): -5342478 or 15891118. OLE color: 15891118.

HSL color Cylindrical-coordinate representation of color #AE7AF2: hue angle of 266º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE7AF2 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 122 242 -
CMYK 0.28 0.50 0 0.05
HSL 266º 0.82% 0.71% -
HSV(B) 266º 0.5% 0.95% -
XYZ 40.44 29.33 87.53 -
YUV 151.23 179.23 144.24 -
System Red Green Blue C M Y K H S L
Decimal 174 122 242 0.28 0.50 0 0.05 266 0.82 0.71
Hex AE 7A F2 1C 32 0 5 10A 52 47
Octal 256 172 362 34 62 0 5 412 122 107
Binary 10101110 1111010 11110010 11100 110010 0 101 100001010 1010010 1000111

Color Harmonies of #AE7AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7AF2

Black with #AE7AF2

Text Example


Text Example

White with #AE7AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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