Html Css Color HEX #AE5CA2 Violet Blue

📋 copy color: '#AE5CA2'

red 174 ◦ green 92 ◦ blue 162

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

Shades of Violet Blue #AE5CA2

Tints of Violet Blue #AE5CA2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.5%

 BLUE value IS 162 (63.67% from 255) = 37.85%

R = 40.65%
G = 21.5%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AE5CA2 (or 0xAE5CA2) is known color: Violet Blue. HEX triplet: AE, 5C and A2. RGB value is (174,92,162). Sum of RGB (Red+Green+Blue) = 174+92+162=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 92 (36.33% from 255 or 21.50% from 428); Blue value is 162 (63.67% from 255 or 37.85% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5CA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5CA2 is #51A35D. Grayscale: #7C7C7C. Windows color (decimal): -5350238 or 10640558. OLE color: 10640558.

HSL color Cylindrical-coordinate representation of color #AE5CA2: hue angle of 308.78º degrees, saturation: 0.34, 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 #AE5CA2 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 92 162 -
CMYK 0 0.47 0.07 0.32
HSL 308.78º 0.34% 0.52% -
HSV(B) 308.78º 0.47% 0.68% -
XYZ 27.8 19.26 36.43 -
YUV 124.5 149.17 163.31 -
System Red Green Blue C M Y K H S L
Decimal 174 92 162 0 0.47 0.07 0.32 308.78 0.34 0.52
Hex AE 5C A2 0 2F 7 20 135 22 34
Octal 256 134 242 0 57 7 40 465 42 64
Binary 10101110 1011100 10100010 0 101111 111 100000 100110101 100010 110100

Color Harmonies of #AE5CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5CA2

Black with #AE5CA2

Text Example


Text Example

White with #AE5CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5CA2; }

 p { color: rgb(174,92,162); }

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

background-color css

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

 a { background-color: rgb(174,92,162); }

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

border-color css

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

 span { border-color: rgb(174,92,162); }

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