Html Css Color HEX #AE5BA5 Violet Blue

📋 copy color: '#AE5BA5'

red 174 ◦ green 91 ◦ blue 165

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

Shades of Violet Blue #AE5BA5

Tints of Violet Blue #AE5BA5

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.16%

 BLUE value IS 165 (64.84% from 255) = 38.37%

R = 40.47%
G = 21.16%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AE5BA5 (or 0xAE5BA5) is known color: Violet Blue. HEX triplet: AE, 5B and A5. RGB value is (174,91,165). Sum of RGB (Red+Green+Blue) = 174+91+165=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5BA5 is #51A45A. Grayscale: #7C7C7C. Windows color (decimal): -5350491 or 10836910. OLE color: 10836910.

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

Color convert

RGB 174 91 165 -
CMYK 0 0.48 0.05 0.32
HSL 306.51º 0.34% 0.52% -
HSV(B) 306.51º 0.48% 0.68% -
XYZ 27.99 19.2 37.83 -
YUV 124.25 151 163.48 -
System Red Green Blue C M Y K H S L
Decimal 174 91 165 0 0.48 0.05 0.32 306.51 0.34 0.52
Hex AE 5B A5 0 30 5 20 133 22 34
Octal 256 133 245 0 60 5 40 463 42 64
Binary 10101110 1011011 10100101 0 110000 101 100000 100110011 100010 110100

Color Harmonies of #AE5BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5BA5

Black with #AE5BA5

Text Example


Text Example

White with #AE5BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5BA5; }

 p { color: rgb(174,91,165); }

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

background-color css

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

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

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

border-color css

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

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

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