Html Css Color HEX #AE72A8 Violet Blue

📋 copy color: '#AE72A8'

red 174 ◦ green 114 ◦ blue 168

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

Shades of Violet Blue #AE72A8

Tints of Violet Blue #AE72A8

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25%

 BLUE value IS 168 (66.02% from 255) = 36.84%

R = 38.16%
G = 25%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#AE72A8 (or 0xAE72A8) is known color: Violet Blue. HEX triplet: AE, 72 and A8. RGB value is (174,114,168). Sum of RGB (Red+Green+Blue) = 174+114+168=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 168 (66.02% from 255 or 36.84% from 456); Max value from RGB is 174 - color contains mainly: red. Hex color #AE72A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE72A8 is #518D57. Grayscale: #898989. Windows color (decimal): -5344600 or 11039406. OLE color: 11039406.

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

Color convert

RGB 174 114 168 -
CMYK 0 0.34 0.03 0.32
HSL 306º 0.27% 0.56% -
HSV(B) 306º 0.34% 0.68% -
XYZ 30.54 23.86 40.04 -
YUV 138.1 144.88 153.61 -
System Red Green Blue C M Y K H S L
Decimal 174 114 168 0 0.34 0.03 0.32 306 0.27 0.56
Hex AE 72 A8 0 22 3 20 132 1B 38
Octal 256 162 250 0 42 3 40 462 33 70
Binary 10101110 1110010 10101000 0 100010 11 100000 100110010 11011 111000

Color Harmonies of #AE72A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE72A8

Black with #AE72A8

Text Example


Text Example

White with #AE72A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE72A8; }

 p { color: rgb(174,114,168); }

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

background-color css

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

 a { background-color: rgb(174,114,168); }

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

border-color css

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

 span { border-color: rgb(174,114,168); }

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