Html Css Color HEX #AE73B4 Violet Blue

📋 copy color: '#AE73B4'

red 174 ◦ green 115 ◦ blue 180

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

Shades of Violet Blue #AE73B4

Tints of Violet Blue #AE73B4

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.52%

 BLUE value IS 180 (70.7% from 255) = 38.38%

R = 37.1%
G = 24.52%
B = 38.38%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AE73B4 (or 0xAE73B4) is known color: Violet Blue. HEX triplet: AE, 73 and B4. RGB value is (174,115,180). Sum of RGB (Red+Green+Blue) = 174+115+180=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 180 (70.70% from 255 or 38.38% from 469); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE73B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE73B4 is #518C4B. Grayscale: #8B8B8B. Windows color (decimal): -5344332 or 11826094. OLE color: 11826094.

HSL color Cylindrical-coordinate representation of color #AE73B4: hue angle of 294.46º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE73B4 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 174 115 180 -
CMYK 0.03 0.36 0 0.29
HSL 294.46º 0.3% 0.58% -
HSV(B) 294.46º 0.36% 0.71% -
XYZ 31.82 24.56 46.24 -
YUV 140.05 150.55 152.21 -
System Red Green Blue C M Y K H S L
Decimal 174 115 180 0.03 0.36 0 0.29 294.46 0.3 0.58
Hex AE 73 B4 3 24 0 1D 126 1E 3A
Octal 256 163 264 3 44 0 35 446 36 72
Binary 10101110 1110011 10110100 11 100100 0 11101 100100110 11110 111010

Color Harmonies of #AE73B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE73B4

Black with #AE73B4

Text Example


Text Example

White with #AE73B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE73B4; }

 p { color: rgb(174,115,180); }

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

background-color css

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

 a { background-color: rgb(174,115,180); }

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

border-color css

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

 span { border-color: rgb(174,115,180); }

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