Html Css Color HEX #AE469E Violet Blue

📋 copy color: '#AE469E'

red 174 ◦ green 70 ◦ blue 158

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

Shades of Violet Blue #AE469E

Tints of Violet Blue #AE469E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.41%

 BLUE value IS 158 (62.11% from 255) = 39.3%

R = 43.28%
G = 17.41%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AE469E (or 0xAE469E) is known color: Violet Blue. HEX triplet: AE, 46 and 9E. RGB value is (174,70,158). Sum of RGB (Red+Green+Blue) = 174+70+158=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 70 (27.73% from 255 or 17.41% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 174 - color contains mainly: red. Hex color #AE469E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE469E is #51B961. Grayscale: #6E6E6E. Windows color (decimal): -5355874 or 10372782. OLE color: 10372782.

HSL color Cylindrical-coordinate representation of color #AE469E: hue angle of 309.23º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE469E is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 70 158 -
CMYK 0 0.60 0.09 0.32
HSL 309.23º 0.43% 0.48% -
HSV(B) 309.23º 0.6% 0.68% -
XYZ 25.82 15.85 34.05 -
YUV 111.13 154.46 172.84 -
System Red Green Blue C M Y K H S L
Decimal 174 70 158 0 0.60 0.09 0.32 309.23 0.43 0.48
Hex AE 46 9E 0 3C 9 20 135 2B 30
Octal 256 106 236 0 74 11 40 465 53 60
Binary 10101110 1000110 10011110 0 111100 1001 100000 100110101 101011 110000

Color Harmonies of #AE469E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE469E

Black with #AE469E

Text Example


Text Example

White with #AE469E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE469E; }

 p { color: rgb(174,70,158); }

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

background-color css

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

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

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

border-color css

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

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

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