Html Css Color HEX #AE4AA7 Violet Blue

📋 copy color: '#AE4AA7'

red 174 ◦ green 74 ◦ blue 167

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

Shades of Violet Blue #AE4AA7

Tints of Violet Blue #AE4AA7

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.83%

 BLUE value IS 167 (65.63% from 255) = 40.24%

R = 41.93%
G = 17.83%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#AE4AA7 (or 0xAE4AA7) is known color: Violet Blue. HEX triplet: AE, 4A and A7. RGB value is (174,74,167). Sum of RGB (Red+Green+Blue) = 174+74+167=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 167 (65.62% from 255 or 40.24% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4AA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4AA7 is #51B558. Grayscale: #727272. Windows color (decimal): -5354841 or 10963630. OLE color: 10963630.

HSL color Cylindrical-coordinate representation of color #AE4AA7: hue angle of 304.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE4AA7 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 74 167 -
CMYK 0 0.57 0.04 0.32
HSL 304.2º 0.4% 0.49% -
HSV(B) 304.2º 0.57% 0.68% -
XYZ 26.88 16.69 38.36 -
YUV 114.5 157.63 170.44 -
System Red Green Blue C M Y K H S L
Decimal 174 74 167 0 0.57 0.04 0.32 304.2 0.4 0.49
Hex AE 4A A7 0 39 4 20 130 28 31
Octal 256 112 247 0 71 4 40 460 50 61
Binary 10101110 1001010 10100111 0 111001 100 100000 100110000 101000 110001

Color Harmonies of #AE4AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4AA7

Black with #AE4AA7

Text Example


Text Example

White with #AE4AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4AA7; }

 p { color: rgb(174,74,167); }

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

background-color css

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

 a { background-color: rgb(174,74,167); }

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

border-color css

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

 span { border-color: rgb(174,74,167); }

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