Html Css Color HEX #AE6AAC Violet Blue

📋 copy color: '#AE6AAC'

red 174 ◦ green 106 ◦ blue 172

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

Shades of Violet Blue #AE6AAC

Tints of Violet Blue #AE6AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.05%

R = 38.5%
G = 23.45%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE6AAC (or 0xAE6AAC) is known color: Violet Blue. HEX triplet: AE, 6A and AC. RGB value is (174,106,172). Sum of RGB (Red+Green+Blue) = 174+106+172=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 106 (41.80% from 255 or 23.45% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6AAC is #519553. Grayscale: #858585. Windows color (decimal): -5346644 or 11299502. OLE color: 11299502.

HSL color Cylindrical-coordinate representation of color #AE6AAC: hue angle of 301.76º 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 #AE6AAC is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 106 172 -
CMYK 0 0.39 0.01 0.32
HSL 301.76º 0.3% 0.55% -
HSV(B) 301.76º 0.39% 0.68% -
XYZ 30.06 22.29 41.75 -
YUV 133.86 149.53 156.63 -
System Red Green Blue C M Y K H S L
Decimal 174 106 172 0 0.39 0.01 0.32 301.76 0.3 0.55
Hex AE 6A AC 0 27 1 20 12E 1E 37
Octal 256 152 254 0 47 1 40 456 36 67
Binary 10101110 1101010 10101100 0 100111 1 100000 100101110 11110 110111

Color Harmonies of #AE6AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6AAC

Black with #AE6AAC

Text Example


Text Example

White with #AE6AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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