Html Css Color HEX #A966B5 Violet Blue

📋 copy color: '#A966B5'

red 169 ◦ green 102 ◦ blue 181

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

Shades of Violet Blue #A966B5

Tints of Violet Blue #A966B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.04%

R = 37.39%
G = 22.57%
B = 40.04%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A966B5 (or 0xA966B5) is known color: Violet Blue. HEX triplet: A9, 66 and B5. RGB value is (169,102,181). Sum of RGB (Red+Green+Blue) = 169+102+181=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 102 (40.23% from 255 or 22.57% from 452); Blue value is 181 (71.09% from 255 or 40.04% from 452); Max value from RGB is 181 - color contains mainly: blue. Hex color #A966B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A966B5 is #56994A. Grayscale: #828282. Windows color (decimal): -5675339 or 11888297. OLE color: 11888297.

HSL color Cylindrical-coordinate representation of color #A966B5: hue angle of 290.89º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A966B5 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 169 102 181 -
CMYK 0.07 0.44 0 0.29
HSL 290.89º 0.35% 0.55% -
HSV(B) 290.89º 0.44% 0.71% -
XYZ 29.45 21.27 46.27 -
YUV 131.04 156.2 155.08 -
System Red Green Blue C M Y K H S L
Decimal 169 102 181 0.07 0.44 0 0.29 290.89 0.35 0.55
Hex A9 66 B5 7 2C 0 1D 123 23 37
Octal 251 146 265 7 54 0 35 443 43 67
Binary 10101001 1100110 10110101 111 101100 0 11101 100100011 100011 110111

Color Harmonies of #A966B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A966B5

Black with #A966B5

Text Example


Text Example

White with #A966B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A966B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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