Html Css Color HEX #AE66A8 Violet Blue

📋 copy color: '#AE66A8'

red 174 ◦ green 102 ◦ blue 168

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

Shades of Violet Blue #AE66A8

Tints of Violet Blue #AE66A8

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.97%

 BLUE value IS 168 (66.02% from 255) = 37.84%

R = 39.19%
G = 22.97%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#AE66A8 (or 0xAE66A8) is known color: Violet Blue. HEX triplet: AE, 66 and A8. RGB value is (174,102,168). Sum of RGB (Red+Green+Blue) = 174+102+168=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 174 - color contains mainly: red. Hex color #AE66A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE66A8 is #519957. Grayscale: #828282. Windows color (decimal): -5347672 or 11036334. OLE color: 11036334.

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

Color convert

RGB 174 102 168 -
CMYK 0 0.41 0.03 0.32
HSL 305º 0.31% 0.54% -
HSV(B) 305º 0.41% 0.68% -
XYZ 29.27 21.33 39.62 -
YUV 131.05 148.85 158.63 -
System Red Green Blue C M Y K H S L
Decimal 174 102 168 0 0.41 0.03 0.32 305 0.31 0.54
Hex AE 66 A8 0 29 3 20 131 1F 36
Octal 256 146 250 0 51 3 40 461 37 66
Binary 10101110 1100110 10101000 0 101001 11 100000 100110001 11111 110110

Color Harmonies of #AE66A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE66A8

Black with #AE66A8

Text Example


Text Example

White with #AE66A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE66A8; }

 p { color: rgb(174,102,168); }

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

background-color css

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

 a { background-color: rgb(174,102,168); }

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

border-color css

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

 span { border-color: rgb(174,102,168); }

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