Html Css Color HEX #AE6AAE Violet Blue

📋 copy color: '#AE6AAE'

red 174 ◦ green 106 ◦ blue 174

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

Shades of Violet Blue #AE6AAE

Tints of Violet Blue #AE6AAE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.35%

 BLUE value IS 174 (68.36% from 255) = 38.33%

R = 38.33%
G = 23.35%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AE6AAE (or 0xAE6AAE) is known color: Violet Blue. HEX triplet: AE, 6A and AE. RGB value is (174,106,174). Sum of RGB (Red+Green+Blue) = 174+106+174=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 106 (41.80% from 255 or 23.35% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE6AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6AAE is #519551. Grayscale: #858585. Windows color (decimal): -5346642 or 11430574. OLE color: 11430574.

HSL color Cylindrical-coordinate representation of color #AE6AAE: hue angle of 300º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE6AAE is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 106 174 -
CMYK 0 0.39 0 0.32
HSL 300º 0.3% 0.55% -
HSV(B) 300º 0.39% 0.68% -
XYZ 30.25 22.36 42.77 -
YUV 134.08 150.53 156.47 -
System Red Green Blue C M Y K H S L
Decimal 174 106 174 0 0.39 0 0.32 300 0.3 0.55
Hex AE 6A AE 0 27 0 20 12C 1E 37
Octal 256 152 256 0 47 0 40 454 36 67
Binary 10101110 1101010 10101110 0 100111 0 100000 100101100 11110 110111

Color Harmonies of #AE6AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6AAE

Black with #AE6AAE

Text Example


Text Example

White with #AE6AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6AAE; }

 p { color: rgb(174,106,174); }

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

background-color css

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

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

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

border-color css

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

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

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