Html Css Color HEX #AE5DA3 Violet Blue

📋 copy color: '#AE5DA3'

red 174 ◦ green 93 ◦ blue 163

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

Shades of Violet Blue #AE5DA3

Tints of Violet Blue #AE5DA3

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.63%

 BLUE value IS 163 (64.06% from 255) = 37.91%

R = 40.47%
G = 21.63%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AE5DA3 (or 0xAE5DA3) is known color: Violet Blue. HEX triplet: AE, 5D and A3. RGB value is (174,93,163). Sum of RGB (Red+Green+Blue) = 174+93+163=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5DA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5DA3 is #51A25C. Grayscale: #7D7D7D. Windows color (decimal): -5349981 or 10706350. OLE color: 10706350.

HSL color Cylindrical-coordinate representation of color #AE5DA3: hue angle of 308.15º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE5DA3 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 93 163 -
CMYK 0 0.47 0.06 0.32
HSL 308.15º 0.33% 0.52% -
HSV(B) 308.15º 0.47% 0.68% -
XYZ 27.98 19.47 36.93 -
YUV 125.2 149.34 162.81 -
System Red Green Blue C M Y K H S L
Decimal 174 93 163 0 0.47 0.06 0.32 308.15 0.33 0.52
Hex AE 5D A3 0 2F 6 20 134 21 34
Octal 256 135 243 0 57 6 40 464 41 64
Binary 10101110 1011101 10100011 0 101111 110 100000 100110100 100001 110100

Color Harmonies of #AE5DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5DA3

Black with #AE5DA3

Text Example


Text Example

White with #AE5DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5DA3; }

 p { color: rgb(174,93,163); }

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

background-color css

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

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

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

border-color css

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

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

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