Html Css Color HEX #AE4CA2 Violet Blue

📋 copy color: '#AE4CA2'

red 174 ◦ green 76 ◦ blue 162

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

Shades of Violet Blue #AE4CA2

Tints of Violet Blue #AE4CA2

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.45%

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

R = 42.23%
G = 18.45%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AE4CA2 (or 0xAE4CA2) is known color: Violet Blue. HEX triplet: AE, 4C and A2. RGB value is (174,76,162). Sum of RGB (Red+Green+Blue) = 174+76+162=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 76 (30.08% from 255 or 18.45% from 412); Blue value is 162 (63.67% from 255 or 39.32% from 412); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4CA2 is #51B35D. Grayscale: #727272. Windows color (decimal): -5354334 or 10636462. OLE color: 10636462.

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

Color convert

RGB 174 76 162 -
CMYK 0 0.56 0.07 0.32
HSL 307.35º 0.39% 0.49% -
HSV(B) 307.35º 0.56% 0.68% -
XYZ 26.56 16.78 36.02 -
YUV 115.11 154.47 170.01 -
System Red Green Blue C M Y K H S L
Decimal 174 76 162 0 0.56 0.07 0.32 307.35 0.39 0.49
Hex AE 4C A2 0 38 7 20 133 27 31
Octal 256 114 242 0 70 7 40 463 47 61
Binary 10101110 1001100 10100010 0 111000 111 100000 100110011 100111 110001

Color Harmonies of #AE4CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4CA2

Black with #AE4CA2

Text Example


Text Example

White with #AE4CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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