Html Css Color HEX #AE67F0 Medium Purple

📋 copy color: '#AE67F0'

red 174 ◦ green 103 ◦ blue 240

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

Shades of Medium Purple #AE67F0

Tints of Medium Purple #AE67F0

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.92%

 BLUE value IS 240 (94.14% from 255) = 46.42%

R = 33.66%
G = 19.92%
B = 46.42%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AE67F0 (or 0xAE67F0) is known color: Medium Purple. HEX triplet: AE, 67 and F0. RGB value is (174,103,240). Sum of RGB (Red+Green+Blue) = 174+103+240=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 103 (40.62% from 255 or 19.92% from 517); Blue value is 240 (94.14% from 255 or 46.42% from 517); Max value from RGB is 240 - color contains mainly: blue. Hex color #AE67F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE67F0 is #51980F. Grayscale: #8B8B8B. Windows color (decimal): -5347344 or 15755182. OLE color: 15755182.

HSL color Cylindrical-coordinate representation of color #AE67F0: hue angle of 271.09º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE67F0 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 103 240 -
CMYK 0.28 0.57 0 0.06
HSL 271.09º 0.82% 0.67% -
HSV(B) 271.09º 0.57% 0.94% -
XYZ 38.03 24.99 85.26 -
YUV 139.85 184.52 152.36 -
System Red Green Blue C M Y K H S L
Decimal 174 103 240 0.28 0.57 0 0.06 271.09 0.82 0.67
Hex AE 67 F0 1C 39 0 6 10F 52 43
Octal 256 147 360 34 71 0 6 417 122 103
Binary 10101110 1100111 11110000 11100 111001 0 110 100001111 1010010 1000011

Color Harmonies of #AE67F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE67F0

Black with #AE67F0

Text Example


Text Example

White with #AE67F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE67F0; }

 p { color: rgb(174,103,240); }

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

background-color css

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

 a { background-color: rgb(174,103,240); }

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

border-color css

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

 span { border-color: rgb(174,103,240); }

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