Html Css Color HEX #AE7BE1 Medium Purple

📋 copy color: '#AE7BE1'

red 174 ◦ green 123 ◦ blue 225

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

Shades of Medium Purple #AE7BE1

Tints of Medium Purple #AE7BE1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.56%

 BLUE value IS 225 (88.28% from 255) = 43.1%

R = 33.33%
G = 23.56%
B = 43.1%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AE7BE1 (or 0xAE7BE1) is known color: Medium Purple. HEX triplet: AE, 7B and E1. RGB value is (174,123,225). Sum of RGB (Red+Green+Blue) = 174+123+225=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 123 (48.44% from 255 or 23.56% from 522); Blue value is 225 (88.28% from 255 or 43.10% from 522); Max value from RGB is 225 - color contains mainly: blue. Hex color #AE7BE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7BE1 is #51841E. Grayscale: #959595. Windows color (decimal): -5342239 or 14777262. OLE color: 14777262.

HSL color Cylindrical-coordinate representation of color #AE7BE1: hue angle of 270º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE7BE1 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 123 225 -
CMYK 0.23 0.45 0 0.12
HSL 270º 0.63% 0.68% -
HSV(B) 270º 0.45% 0.88% -
XYZ 38.13 28.6 74.75 -
YUV 149.88 170.4 145.21 -
System Red Green Blue C M Y K H S L
Decimal 174 123 225 0.23 0.45 0 0.12 270 0.63 0.68
Hex AE 7B E1 17 2D 0 C 10E 3F 44
Octal 256 173 341 27 55 0 14 416 77 104
Binary 10101110 1111011 11100001 10111 101101 0 1100 100001110 111111 1000100

Color Harmonies of #AE7BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7BE1

Black with #AE7BE1

Text Example


Text Example

White with #AE7BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7BE1; }

 p { color: rgb(174,123,225); }

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

background-color css

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

 a { background-color: rgb(174,123,225); }

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

border-color css

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

 span { border-color: rgb(174,123,225); }

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