Html Css Color HEX #AE6CF2 Medium Purple

📋 copy color: '#AE6CF2'

red 174 ◦ green 108 ◦ blue 242

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

Shades of Medium Purple #AE6CF2

Tints of Medium Purple #AE6CF2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.61%

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

R = 33.21%
G = 20.61%
B = 46.18%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AE6CF2 (or 0xAE6CF2) is known color: Medium Purple. HEX triplet: AE, 6C and F2. RGB value is (174,108,242). Sum of RGB (Red+Green+Blue) = 174+108+242=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 108 (42.58% from 255 or 20.61% from 524); Blue value is 242 (94.92% from 255 or 46.18% from 524); Max value from RGB is 242 - color contains mainly: blue. Hex color #AE6CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE6CF2 is #51930D. Grayscale: #8E8E8E. Windows color (decimal): -5346062 or 15887534. OLE color: 15887534.

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

Color convert

RGB 174 108 242 -
CMYK 0.28 0.55 0 0.05
HSL 269.55º 0.84% 0.69% -
HSV(B) 269.55º 0.55% 0.95% -
XYZ 38.85 26.13 87 -
YUV 143.01 183.87 150.1 -
System Red Green Blue C M Y K H S L
Decimal 174 108 242 0.28 0.55 0 0.05 269.55 0.84 0.69
Hex AE 6C F2 1C 37 0 5 10E 54 45
Octal 256 154 362 34 67 0 5 416 124 105
Binary 10101110 1101100 11110010 11100 110111 0 101 100001110 1010100 1000101

Color Harmonies of #AE6CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6CF2

Black with #AE6CF2

Text Example


Text Example

White with #AE6CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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