Html Css Color HEX #AE5CA4 Violet Blue

📋 copy color: '#AE5CA4'

red 174 ◦ green 92 ◦ blue 164

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

Shades of Violet Blue #AE5CA4

Tints of Violet Blue #AE5CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 38.14%

R = 40.47%
G = 21.4%
B = 38.14%

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

#AE5CA4 (or 0xAE5CA4) is known color: Violet Blue. HEX triplet: AE, 5C and A4. RGB value is (174,92,164). Sum of RGB (Red+Green+Blue) = 174+92+164=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 164 (64.45% from 255 or 38.14% from 430); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5CA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5CA4 is #51A35B. Grayscale: #7C7C7C. Windows color (decimal): -5350236 or 10771630. OLE color: 10771630.

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

Color convert

RGB 174 92 164 -
CMYK 0 0.47 0.06 0.32
HSL 307.32º 0.34% 0.52% -
HSV(B) 307.32º 0.47% 0.68% -
XYZ 27.98 19.33 37.38 -
YUV 124.73 150.17 163.15 -
System Red Green Blue C M Y K H S L
Decimal 174 92 164 0 0.47 0.06 0.32 307.32 0.34 0.52
Hex AE 5C A4 0 2F 6 20 133 22 34
Octal 256 134 244 0 57 6 40 463 42 64
Binary 10101110 1011100 10100100 0 101111 110 100000 100110011 100010 110100

Color Harmonies of #AE5CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5CA4

Black with #AE5CA4

Text Example


Text Example

White with #AE5CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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