Html Css Color HEX #AE629F Violet Blue

📋 copy color: '#AE629F'

red 174 ◦ green 98 ◦ blue 159

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

Shades of Violet Blue #AE629F

Tints of Violet Blue #AE629F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.74%

 BLUE value IS 159 (62.5% from 255) = 36.89%

R = 40.37%
G = 22.74%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AE629F (or 0xAE629F) is known color: Violet Blue. HEX triplet: AE, 62 and 9F. RGB value is (174,98,159). Sum of RGB (Red+Green+Blue) = 174+98+159=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AE629F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE629F is #519D60. Grayscale: #7F7F7F. Windows color (decimal): -5348705 or 10445486. OLE color: 10445486.

HSL color Cylindrical-coordinate representation of color #AE629F: hue angle of 311.84º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE629F is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 98 159 -
CMYK 0 0.44 0.09 0.32
HSL 311.84º 0.32% 0.53% -
HSV(B) 311.84º 0.44% 0.68% -
XYZ 28.08 20.24 35.23 -
YUV 127.68 145.68 161.04 -
System Red Green Blue C M Y K H S L
Decimal 174 98 159 0 0.44 0.09 0.32 311.84 0.32 0.53
Hex AE 62 9F 0 2C 9 20 138 20 35
Octal 256 142 237 0 54 11 40 470 40 65
Binary 10101110 1100010 10011111 0 101100 1001 100000 100111000 100000 110101

Color Harmonies of #AE629F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE629F

Black with #AE629F

Text Example


Text Example

White with #AE629F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE629F; }

 p { color: rgb(174,98,159); }

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

background-color css

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

 a { background-color: rgb(174,98,159); }

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

border-color css

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

 span { border-color: rgb(174,98,159); }

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