Html Css Color HEX #AE609B Violet Blue

📋 copy color: '#AE609B'

red 174 ◦ green 96 ◦ blue 155

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

Shades of Violet Blue #AE609B

Tints of Violet Blue #AE609B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.59%

 BLUE value IS 155 (60.94% from 255) = 36.47%

R = 40.94%
G = 22.59%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AE609B (or 0xAE609B) is known color: Violet Blue. HEX triplet: AE, 60 and 9B. RGB value is (174,96,155). Sum of RGB (Red+Green+Blue) = 174+96+155=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 174 - color contains mainly: red. Hex color #AE609B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE609B is #519F64. Grayscale: #7D7D7D. Windows color (decimal): -5349221 or 10182830. OLE color: 10182830.

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

Color convert

RGB 174 96 155 -
CMYK 0 0.45 0.11 0.32
HSL 314.62º 0.33% 0.53% -
HSV(B) 314.62º 0.45% 0.68% -
XYZ 27.55 19.73 33.37 -
YUV 126.05 144.34 162.2 -
System Red Green Blue C M Y K H S L
Decimal 174 96 155 0 0.45 0.11 0.32 314.62 0.33 0.53
Hex AE 60 9B 0 2D B 20 13B 20 35
Octal 256 140 233 0 55 13 40 473 40 65
Binary 10101110 1100000 10011011 0 101101 1011 100000 100111011 100000 110101

Color Harmonies of #AE609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE609B

Black with #AE609B

Text Example


Text Example

White with #AE609B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE609B; }

 p { color: rgb(174,96,155); }

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

background-color css

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

 a { background-color: rgb(174,96,155); }

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

border-color css

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

 span { border-color: rgb(174,96,155); }

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