Html Css Color HEX #AE6398 Violet Blue

📋 copy color: '#AE6398'

red 174 ◦ green 99 ◦ blue 152

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

Shades of Violet Blue #AE6398

Tints of Violet Blue #AE6398

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.29%

 BLUE value IS 152 (59.77% from 255) = 35.76%

R = 40.94%
G = 23.29%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AE6398 (or 0xAE6398) is known color: Violet Blue. HEX triplet: AE, 63 and 98. RGB value is (174,99,152). Sum of RGB (Red+Green+Blue) = 174+99+152=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 99 (39.06% from 255 or 23.29% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6398 is #519C67. Grayscale: #7F7F7F. Windows color (decimal): -5348456 or 9986990. OLE color: 9986990.

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

Color convert

RGB 174 99 152 -
CMYK 0 0.43 0.13 0.32
HSL 317.6º 0.32% 0.54% -
HSV(B) 317.6º 0.43% 0.68% -
XYZ 27.58 20.19 32.15 -
YUV 127.47 141.85 161.19 -
System Red Green Blue C M Y K H S L
Decimal 174 99 152 0 0.43 0.13 0.32 317.6 0.32 0.54
Hex AE 63 98 0 2B D 20 13E 20 36
Octal 256 143 230 0 53 15 40 476 40 66
Binary 10101110 1100011 10011000 0 101011 1101 100000 100111110 100000 110110

Color Harmonies of #AE6398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6398

Black with #AE6398

Text Example


Text Example

White with #AE6398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6398; }

 p { color: rgb(174,99,152); }

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

background-color css

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

 a { background-color: rgb(174,99,152); }

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

border-color css

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

 span { border-color: rgb(174,99,152); }

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