Html Css Color HEX #A966AE Violet Blue

📋 copy color: '#A966AE'

red 169 ◦ green 102 ◦ blue 174

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

Shades of Violet Blue #A966AE

Tints of Violet Blue #A966AE

RGB

 RED value IS 169 (66.41% from 255) = 37.98%

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

 BLUE value IS 174 (68.36% from 255) = 39.1%

R = 37.98%
G = 22.92%
B = 39.1%

CMYK

 C value IS 0.03

 M value IS 0.41

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A966AE (or 0xA966AE) is known color: Violet Blue. HEX triplet: A9, 66 and AE. RGB value is (169,102,174). Sum of RGB (Red+Green+Blue) = 169+102+174=445 (58% of max value = 765). Red value is 169 (66.41% from 255 or 37.98% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 174 - color contains mainly: blue. Hex color #A966AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A966AE is #569951. Grayscale: #828282. Windows color (decimal): -5675346 or 11429545. OLE color: 11429545.

HSL color Cylindrical-coordinate representation of color #A966AE: hue angle of 295.83º 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 #A966AE is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 169 102 174 -
CMYK 0.03 0.41 0 0.32
HSL 295.83º 0.31% 0.54% -
HSV(B) 295.83º 0.41% 0.68% -
XYZ 28.75 20.99 42.58 -
YUV 130.24 152.7 155.65 -
System Red Green Blue C M Y K H S L
Decimal 169 102 174 0.03 0.41 0 0.32 295.83 0.31 0.54
Hex A9 66 AE 3 29 0 20 128 1F 36
Octal 251 146 256 3 51 0 40 450 37 66
Binary 10101001 1100110 10101110 11 101001 0 100000 100101000 11111 110110

Color Harmonies of #A966AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A966AE

Black with #A966AE

Text Example


Text Example

White with #A966AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A966AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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