Html Css Color HEX #AE7DE7 Medium Purple

📋 copy color: '#AE7DE7'

red 174 ◦ green 125 ◦ blue 231

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

Shades of Medium Purple #AE7DE7

Tints of Medium Purple #AE7DE7

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.58%

 BLUE value IS 231 (90.63% from 255) = 43.58%

R = 32.83%
G = 23.58%
B = 43.58%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AE7DE7 (or 0xAE7DE7) is known color: Medium Purple. HEX triplet: AE, 7D and E7. RGB value is (174,125,231). Sum of RGB (Red+Green+Blue) = 174+125+231=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 231 (90.62% from 255 or 43.58% from 530); Max value from RGB is 231 - color contains mainly: blue. Hex color #AE7DE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE7DE7 is #518218. Grayscale: #979797. Windows color (decimal): -5341721 or 15170990. OLE color: 15170990.

HSL color Cylindrical-coordinate representation of color #AE7DE7: hue angle of 267.74º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AE7DE7 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 174 125 231 -
CMYK 0.25 0.46 0 0.09
HSL 267.74º 0.69% 0.7% -
HSV(B) 267.74º 0.46% 0.91% -
XYZ 39.21 29.44 79.22 -
YUV 151.74 172.73 143.88 -
System Red Green Blue C M Y K H S L
Decimal 174 125 231 0.25 0.46 0 0.09 267.74 0.69 0.7
Hex AE 7D E7 19 2E 0 9 10C 45 46
Octal 256 175 347 31 56 0 11 414 105 106
Binary 10101110 1111101 11100111 11001 101110 0 1001 100001100 1000101 1000110

Color Harmonies of #AE7DE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7DE7

Black with #AE7DE7

Text Example


Text Example

White with #AE7DE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7DE7; }

 p { color: rgb(174,125,231); }

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

background-color css

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

 a { background-color: rgb(174,125,231); }

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

border-color css

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

 span { border-color: rgb(174,125,231); }

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