Html Css Color HEX #AE4AA2 Violet Blue

📋 copy color: '#AE4AA2'

red 174 ◦ green 74 ◦ blue 162

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

Shades of Violet Blue #AE4AA2

Tints of Violet Blue #AE4AA2

RGB

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

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

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

R = 42.44%
G = 18.05%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AE4AA2 (or 0xAE4AA2) is known color: Violet Blue. HEX triplet: AE, 4A and A2. RGB value is (174,74,162). Sum of RGB (Red+Green+Blue) = 174+74+162=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 162 (63.67% from 255 or 39.51% from 410); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4AA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4AA2 is #51B55D. Grayscale: #717171. Windows color (decimal): -5354846 or 10635950. OLE color: 10635950.

HSL color Cylindrical-coordinate representation of color #AE4AA2: hue angle of 307.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 #AE4AA2 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 74 162 -
CMYK 0 0.57 0.07 0.32
HSL 307.2º 0.4% 0.49% -
HSV(B) 307.2º 0.57% 0.68% -
XYZ 26.43 16.5 35.98 -
YUV 113.93 155.13 170.84 -
System Red Green Blue C M Y K H S L
Decimal 174 74 162 0 0.57 0.07 0.32 307.2 0.4 0.49
Hex AE 4A A2 0 39 7 20 133 28 31
Octal 256 112 242 0 71 7 40 463 50 61
Binary 10101110 1001010 10100010 0 111001 111 100000 100110011 101000 110001

Color Harmonies of #AE4AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4AA2

Black with #AE4AA2

Text Example


Text Example

White with #AE4AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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