Html Css Color HEX #AE70B6 Violet Blue

📋 copy color: '#AE70B6'

red 174 ◦ green 112 ◦ blue 182

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

Shades of Violet Blue #AE70B6

Tints of Violet Blue #AE70B6

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.93%

 BLUE value IS 182 (71.48% from 255) = 38.89%

R = 37.18%
G = 23.93%
B = 38.89%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AE70B6 (or 0xAE70B6) is known color: Violet Blue. HEX triplet: AE, 70 and B6. RGB value is (174,112,182). Sum of RGB (Red+Green+Blue) = 174+112+182=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 182 (71.48% from 255 or 38.89% from 468); Max value from RGB is 182 - color contains mainly: blue. Hex color #AE70B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE70B6 is #518F49. Grayscale: #8A8A8A. Windows color (decimal): -5345098 or 11956398. OLE color: 11956398.

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

Color convert

RGB 174 112 182 -
CMYK 0.04 0.38 0 0.29
HSL 293.14º 0.32% 0.58% -
HSV(B) 293.14º 0.38% 0.71% -
XYZ 31.69 23.96 47.21 -
YUV 138.52 152.54 153.31 -
System Red Green Blue C M Y K H S L
Decimal 174 112 182 0.04 0.38 0 0.29 293.14 0.32 0.58
Hex AE 70 B6 4 26 0 1D 125 20 3A
Octal 256 160 266 4 46 0 35 445 40 72
Binary 10101110 1110000 10110110 100 100110 0 11101 100100101 100000 111010

Color Harmonies of #AE70B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE70B6

Black with #AE70B6

Text Example


Text Example

White with #AE70B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE70B6; }

 p { color: rgb(174,112,182); }

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

background-color css

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

 a { background-color: rgb(174,112,182); }

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

border-color css

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

 span { border-color: rgb(174,112,182); }

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