Html Css Color HEX #A663AB Violet Blue

📋 copy color: '#A663AB'

red 166 ◦ green 99 ◦ blue 171

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

Shades of Violet Blue #A663AB

Tints of Violet Blue #A663AB

RGB

 RED value IS 166 (65.23% from 255) = 38.07%

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

 BLUE value IS 171 (67.19% from 255) = 39.22%

R = 38.07%
G = 22.71%
B = 39.22%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A663AB (or 0xA663AB) is known color: Violet Blue. HEX triplet: A6, 63 and AB. RGB value is (166,99,171). Sum of RGB (Red+Green+Blue) = 166+99+171=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 99 (39.06% from 255 or 22.71% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #A663AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A663AB is #599C54. Grayscale: #7F7F7F. Windows color (decimal): -5872725 or 11232166. OLE color: 11232166.

HSL color Cylindrical-coordinate representation of color #A663AB: hue angle of 295.83º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A663AB is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 99 171 -
CMYK 0.03 0.42 0 0.33
HSL 295.83º 0.3% 0.53% -
HSV(B) 295.83º 0.42% 0.67% -
XYZ 27.54 19.97 40.93 -
YUV 127.24 152.7 155.65 -
System Red Green Blue C M Y K H S L
Decimal 166 99 171 0.03 0.42 0 0.33 295.83 0.3 0.53
Hex A6 63 AB 3 2A 0 21 128 1E 35
Octal 246 143 253 3 52 0 41 450 36 65
Binary 10100110 1100011 10101011 11 101010 0 100001 100101000 11110 110101

Color Harmonies of #A663AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A663AB

Black with #A663AB

Text Example


Text Example

White with #A663AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A663AB; }

 p { color: rgb(166,99,171); }

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

background-color css

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

 a { background-color: rgb(166,99,171); }

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

border-color css

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

 span { border-color: rgb(166,99,171); }

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