Html Css Color HEX #AE6FB4 Violet Blue

📋 copy color: '#AE6FB4'

red 174 ◦ green 111 ◦ blue 180

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

Shades of Violet Blue #AE6FB4

Tints of Violet Blue #AE6FB4

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.87%

 BLUE value IS 180 (70.7% from 255) = 38.71%

R = 37.42%
G = 23.87%
B = 38.71%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AE6FB4 (or 0xAE6FB4) is known color: Violet Blue. HEX triplet: AE, 6F and B4. RGB value is (174,111,180). Sum of RGB (Red+Green+Blue) = 174+111+180=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 180 (70.70% from 255 or 38.71% from 465); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE6FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6FB4 is #51904B. Grayscale: #898989. Windows color (decimal): -5345356 or 11825070. OLE color: 11825070.

HSL color Cylindrical-coordinate representation of color #AE6FB4: hue angle of 294.78º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AE6FB4 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 174 111 180 -
CMYK 0.03 0.38 0 0.29
HSL 294.78º 0.32% 0.57% -
HSV(B) 294.78º 0.38% 0.71% -
XYZ 31.38 23.66 46.09 -
YUV 137.7 151.87 153.89 -
System Red Green Blue C M Y K H S L
Decimal 174 111 180 0.03 0.38 0 0.29 294.78 0.32 0.57
Hex AE 6F B4 3 26 0 1D 127 20 39
Octal 256 157 264 3 46 0 35 447 40 71
Binary 10101110 1101111 10110100 11 100110 0 11101 100100111 100000 111001

Color Harmonies of #AE6FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6FB4

Black with #AE6FB4

Text Example


Text Example

White with #AE6FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6FB4; }

 p { color: rgb(174,111,180); }

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

background-color css

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

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

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

border-color css

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

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

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